ssml-split
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -7,2 +7,8 @@ ### Changelog | ||
#### [v0.1.14](https://github.com/jvandenaardweg/ssml-split/compare/v0.1.13...v0.1.14) | ||
> 2 January 2020 | ||
- Revert "Add v to tag" [`5819180`](https://github.com/jvandenaardweg/ssml-split/commit/5819180b3f247ddf603ceac9b5d529d968017cec) | ||
#### [v0.1.13](https://github.com/jvandenaardweg/ssml-split/compare/0.1.12...v0.1.13) | ||
@@ -12,2 +18,3 @@ | ||
- Release 0.1.13 [`e8caca3`](https://github.com/jvandenaardweg/ssml-split/commit/e8caca3ff4b06b60836cd9ea048f93b82a717800) | ||
- Add v to tag [`bdf313b`](https://github.com/jvandenaardweg/ssml-split/commit/bdf313bb2488ebe8742ce3e62fff6a226cbd3e86) | ||
@@ -14,0 +21,0 @@ |
{ | ||
"name": "ssml-split", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"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 --git.tagName='v${version}'" | ||
"release": "release-it --no-npm.publish" | ||
}, | ||
@@ -16,0 +16,0 @@ "release-it": { |
30460