Skip to content

Commit

Permalink
release: Bump to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
João Neto committed Jul 24, 2020
1 parent 32cea74 commit e048681
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 27 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [3.1.0](https://github.com/CESARBR/knot-cloud-sdk-js/compare/v3.0.0...v3.1.0)

## Features

- Add support to [AMQP Client v2.1.0](https://github.com/CESARBR/knot-cloud-sdk-js-amqp/releases/tag/v2.1.0)
- Add support to [Authenticator v2.1.1](https://github.com/CESARBR/knot-cloud-sdk-js-authenticator/releases/tag/v2.1.1)
- Add support to [Storage v1.0.3](https://github.com/CESARBR/knot-cloud-sdk-js-storage/releases/tag/v1.0.3)

# [3.0.0](https://github.com/CESARBR/knot-cloud-sdk-js/compare/v2.1.0...v3.0.0)

## Features
Expand Down
60 changes: 37 additions & 23 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cesarbr/knot-cloud-sdk-js",
"version": "3.0.0",
"version": "3.1.0",
"description": "KNoT Cloud SDK for NodeJS and browser",
"main": "./dist/main.js",
"module": "./dist/module.mjs",
Expand Down Expand Up @@ -48,9 +48,9 @@
"lint"
],
"dependencies": {
"@cesarbr/knot-cloud-sdk-js-amqp": "^2.0.0",
"@cesarbr/knot-cloud-sdk-js-authenticator": "^2.1.0",
"@cesarbr/knot-cloud-sdk-js-storage": "^1.0.2",
"@cesarbr/knot-cloud-sdk-js-amqp": "^2.1.0",
"@cesarbr/knot-cloud-sdk-js-authenticator": "^2.1.1",
"@cesarbr/knot-cloud-sdk-js-storage": "^1.0.3",
"@rollup/plugin-json": "^4.0.2"
}
}

0 comments on commit e048681

Please sign in to comment.