From 344bbfeca8923a27f103ca66fa52a1682472b052 Mon Sep 17 00:00:00 2001 From: Steven Crader Date: Sun, 26 Mar 2023 21:48:43 -0700 Subject: [PATCH] Update to version 1.0.4 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2835bdc..2c8c42a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 7848cd5..f85617c 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",