Skip to content

Commit

Permalink
release: Bump to v5.0.0
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 b3ba3c5 commit 0e2d477
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [5.0.0](https://github.com/CESARBR/knot-fog-connector-knot-cloud/compare/v4.0.0...v5.0.0)

### Features

- Update the [AMQP SDK](https://github.com/CESARBR/knot-cloud-sdk-js-amqp) library to v3.0.1.

# [4.0.0](https://github.com/CESARBR/knot-cloud-sdk-js-amqp/compare/v3.0.0...v4.0.0)

## Feature
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cesarbr/knot-fog-connector-knot-cloud",
"version": "4.0.0",
"version": "5.0.0",
"description": "KNoT fog connector with KNoT Cloud",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"rollup-plugin-babel": "^4.4.0"
},
"dependencies": {
"@cesarbr/knot-cloud-sdk-js-amqp": "^2.0.0"
"@cesarbr/knot-cloud-sdk-js-amqp": "^3.0.1"
},
"pre-commit": [
"lint"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -854,10 +854,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@cesarbr/knot-cloud-sdk-js-amqp@^2.0.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@cesarbr/knot-cloud-sdk-js-amqp/-/knot-cloud-sdk-js-amqp-2.1.0.tgz#20c1102da78030f1c864a25a4950c6d57f1208a5"
integrity sha512-7lfbq1e83RCTNdotTZwzkG8eRhCxn8Ce1ogxXANuN0/htFCnFZw+kVedTDGoYE6hLuej7aAxLAv3rVmpTlcf4Q==
"@cesarbr/knot-cloud-sdk-js-amqp@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@cesarbr/knot-cloud-sdk-js-amqp/-/knot-cloud-sdk-js-amqp-3.0.1.tgz#46599946cad02620b422ca12284386967473119a"
integrity sha512-QbIVjn52fnLF+OldU7jH0VKsLEXKQOBpFn/Z+HhyRse5gbxx6mcAnXx2bZAPDSnvl9wAVRAMiwyha4ldYZY9hA==
dependencies:
amqp-connection-manager "^3.2.0"
amqplib "^0.5.5"
Expand Down

0 comments on commit 0e2d477

Please sign in to comment.