Skip to content

Commit

Permalink
release: Bump to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
João Neto authored and netoax committed Jan 20, 2021
1 parent 0a9bd6c commit fdbf1ff
Show file tree
Hide file tree
Showing 3 changed files with 4,352 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [3.2.1](https://github.com/CESARBR/knot-cloud-sdk-js/compare/v3.2.0...v3.2.1)

## Features

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

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

## Features
Expand Down
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.2.0",
"version": "3.2.1",
"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": "^3.0.0",
"@cesarbr/knot-cloud-sdk-js-authenticator": "^2.1.1",
"@cesarbr/knot-cloud-sdk-js-storage": "^1.0.3",
"@cesarbr/knot-cloud-sdk-js-amqp": "^3.0.1",
"@cesarbr/knot-cloud-sdk-js-authenticator": "^2.1.2",
"@cesarbr/knot-cloud-sdk-js-storage": "^1.0.4",
"@rollup/plugin-json": "^4.0.2"
}
}
Loading

0 comments on commit fdbf1ff

Please sign in to comment.