ssml-split
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -7,7 +7,14 @@ ### Changelog | ||
#### [v0.1.12](https://github.com/jvandenaardweg/ssml-split/compare/0.1.11...v0.1.12) | ||
#### [v0.1.13](https://github.com/jvandenaardweg/ssml-split/compare/0.1.12...v0.1.13) | ||
> 2 January 2020 | ||
- Add v to tag [`bdf313b`](https://github.com/jvandenaardweg/ssml-split/commit/bdf313bb2488ebe8742ce3e62fff6a226cbd3e86) | ||
#### [0.1.12](https://github.com/jvandenaardweg/ssml-split/compare/0.1.11...0.1.12) | ||
> 2 January 2020 | ||
- Added changelog.md [`d8838be`](https://github.com/jvandenaardweg/ssml-split/commit/d8838be087cea1f9b452acb32987f389695ffe7e) | ||
- Release 0.1.12 [`41c5988`](https://github.com/jvandenaardweg/ssml-split/commit/41c598803df3b9ec757b4e78d1a8c82ea2a21a55) | ||
- Remove comma [`3a90e2a`](https://github.com/jvandenaardweg/ssml-split/commit/3a90e2a746acb4bb44b964fbb4d473a327430fc2) | ||
@@ -14,0 +21,0 @@ |
{ | ||
"name": "ssml-split", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "Splits long texts with SSML tags by batches suitable for working with AWS Polly TTS and Google Cloud Text to Speech.", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
"update": "npm-check --update", | ||
"release": "release-it --no-npm.publish" | ||
"release": "release-it --no-npm.publish --git.tagName='v${version}'" | ||
}, | ||
@@ -16,0 +16,0 @@ "release-it": { |
30128