This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-client-js.git
The following commit(s) were added to refs/heads/master by this push:
new faa7f69 Fix package version number. (#204)
faa7f69 is described below
commit faa7f69f09a93564e0f91abb4556aa0ea1434c10
Author: rodric rabbah <[email protected]>
AuthorDate: Fri Feb 7 09:58:41 2020 -0500
Fix package version number. (#204)
* Fix package version number.
* v3.21.1
---
.npmignore | 3 ++-
CHANGELOG.md | 5 +++++
package-lock.json | 2 +-
package.json | 2 +-
4 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/.npmignore b/.npmignore
index c812662..be628ab 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,5 +1,6 @@
tools/
test/
+.editorconfig
.gitignore
.travis.yml
-CONTRIBUTIN.md
+CONTRIBUTING.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1815e59..ce7fa65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,11 @@
# Changelog
+## v3.21.1
+
+* Fix version in package.json and package-lock.json
+* Update npm ignores.
+
## v3.21.0
* Allow clients to override API mappings for the Route operations (#201)
diff --git a/package-lock.json b/package-lock.json
index d581955..93742bd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "openwhisk",
- "version": "3.20.0",
+ "version": "3.21.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3de08e7..e7003e3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "openwhisk",
- "version": "3.20.0",
+ "version": "3.21.1",
"description": "JavaScript client library for the Apache OpenWhisk platform",
"main": "lib/main.js",
"typings": "lib/main.d.ts",