Skip to content

Commit

Permalink
Update to version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencrader committed Mar 27, 2023
1 parent cb3e910 commit 344bbfe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# transcriptator 1.0.4

- 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))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transcriptator",
"version": "1.0.3",
"version": "1.0.4",
"packageManager": "yarn@3.4.1",
"description": "Library for converting the various transcript file formats to a common format.",
"main": "index.ts",
Expand All @@ -19,7 +19,7 @@
"test": "jest",
"test:coverage": "yarn test --coverage",
"tag": "npm version patch",
"build-publish": "yarn lint && yarn build && cd dist && npm publish"
"build-publish": "yarn lint && yarn test && yarn build && cd dist && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 344bbfe

Please sign in to comment.