Fix package version number. (#204)

* Fix package version number.

* v3.21.1
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",