Skip to content

Commit

Permalink
Fix package version number. (#204)
Browse files Browse the repository at this point in the history
* Fix package version number.

* v3.21.1
  • Loading branch information
rabbah authored Feb 7, 2020
1 parent 7c40243 commit faa7f69
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
tools/
test/
.editorconfig
.gitignore
.travis.yml
CONTRIBUTIN.md
CONTRIBUTING.md
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit faa7f69

Please sign in to comment.