Skip to content

Commit

Permalink
Update version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencrader committed Apr 16, 2023
1 parent c45eea4 commit 5735bb7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
# transcriptator 1.0.6

- Add step to replace main entry in distributed package.json

# transcriptator 1.0.5

- For HTML transcripts, just use the next segment's startTime for the endTime instead of adding the startTime to it. ([Resolves #14](https://github.com/stevencrader/transcriptator/issues/14))
- For HTML transcripts, just use the next segment's startTime for the endTime instead of adding the startTime to
it. ([Resolves #14](https://github.com/stevencrader/transcriptator/issues/14))

# transcriptator 1.0.4

- Add support for specifying custom timestamp formatter ([Resolves #11](https://github.com/stevencrader/transcriptator/issues/11))
- Add support for specifying custom timestamp
formatter ([Resolves #11](https://github.com/stevencrader/transcriptator/issues/11))
- Make `Segment`, `TranscriptFormat`, `timestampFormatter`, `FormatterCallback` available from the root

# transcriptator 1.0.3

- Update HTML support to not require html or body elements. ([Resolves #5](https://github.com/stevencrader/transcriptator/issues/5))
- Update HTML support to not require html or body
elements. ([Resolves #5](https://github.com/stevencrader/transcriptator/issues/5))
- Allow any order of elements.
- Make cite element optional.
- Add formatted start and end times to Segment type ([Resolves #6](https://github.com/stevencrader/transcriptator/issues/6))
- Add formatted start and end times to Segment
type ([Resolves #6](https://github.com/stevencrader/transcriptator/issues/6))

# transcriptator 1.0.2

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transcriptator",
"version": "1.0.5",
"version": "1.0.6",
"packageManager": "yarn@3.4.1",
"description": "Library for converting the various transcript file formats to a common format.",
"main": "index.ts",
Expand Down

0 comments on commit 5735bb7

Please sign in to comment.