Skip to content

Commit

Permalink
release: Bump to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
João Neto authored and netoax committed Jun 12, 2020
1 parent e631215 commit 32cea74
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.0.0](https://github.com/CESARBR/knot-cloud-sdk-js/compare/v2.1.0...v3.0.0)

## Features

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

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

## Features
Expand All @@ -11,7 +18,6 @@
- Add support to [AMQP Client v1.0.0](https://github.com/CESARBR/knot-cloud-sdk-js-amqp/releases/tag/v1.0.0)
- Add support to [Authenticator v2.0.0](https://github.com/CESARBR/knot-cloud-sdk-js-authenticator/releases/tag/v2.0.0)


# [1.2.0](https://github.com/CESARBR/knot-cloud-sdk-js/compare/v1.1.0...v1.2.0)

## Features
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cesarbr/knot-cloud-sdk-js",
"version": "2.1.0",
"version": "3.0.0",
"description": "KNoT Cloud SDK for NodeJS and browser",
"main": "./dist/main.js",
"module": "./dist/module.mjs",
Expand Down Expand Up @@ -48,8 +48,8 @@
"lint"
],
"dependencies": {
"@cesarbr/knot-cloud-sdk-js-amqp": "^1.0.1",
"@cesarbr/knot-cloud-sdk-js-authenticator": "^2.0.1",
"@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",
"@rollup/plugin-json": "^4.0.2"
}
Expand Down

0 comments on commit 32cea74

Please sign in to comment.