Skip to content

Commit cde2a66

Browse files
0.36.0
1 parent 36cfb86 commit cde2a66

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

dist/watson-speech.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7983,7 +7983,7 @@ module.exports = TimingStream;
79837983
*
79847984
* envify automatically rewrites this during the release process
79857985
*/
7986-
exports.version = "0.35.0";
7986+
exports.version = "0.36.0";
79877987

79887988
/**
79897989
*

dist/watson-speech.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "watson-speech",
3-
"version": "0.35.0",
3+
"version": "0.36.0",
44
"description": "IBM Watson Speech to Text and Text to Speech SDK for web browsers.",
55
"main": "index.js",
66
"scripts": {
@@ -16,6 +16,7 @@
1616
"watchify": "watchify index.js --standalone WatsonSpeech --outfile dist/watson-speech.js --debug --verbose",
1717
"build": "npm run webpack && npm run minify",
1818
"doc": "jsdoc -c scripts/jsdoc/config.json --debug",
19+
"version": "npm run build && git add -A dist",
1920
"watch-doc": "nodemon --watch ./ --ignore ./doc --ext js,tmpl,json --exec npm run doc"
2021
},
2122
"contributors": [

0 commit comments

Comments
 (0)