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 40b8aad commit 7c64216
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 @@
# [3.0.0](https://github.com/CESARBR/knot-fog-connector-knot-cloud/compare/v2.1.0...v3.0.0)

### Features

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

# [2.1.0](https://github.com/CESARBR/knot-fog-connector-knot-cloud/compare/v2.0.1...v2.1.0)

### Features
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": "2.1.0",
"version": "3.0.0",
"description": "KNoT fog connector with KNoT Cloud",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"rollup-plugin-babel": "^4.4.0"
},
"dependencies": {
"@cesarbr/knot-cloud-sdk-js-amqp": "^1.0.0",
"@cesarbr/knot-cloud-sdk-js-amqp": "^2.0.0",
"lodash": "^4.17.13"
},
"pre-commit": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -784,10 +784,10 @@
lodash "^4.17.13"
to-fast-properties "^2.0.0"

"@cesarbr/knot-cloud-sdk-js-amqp@^1.0.0":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@cesarbr/knot-cloud-sdk-js-amqp/-/knot-cloud-sdk-js-amqp-1.0.1.tgz#a64645873b99abdb6b37e25ef1269c6e065ac123"
integrity sha512-undRzIz5IpXpLUC25jYbfbOGFdkpnnBnV0JtVLj6LXLl4BR0fFxk6pl10H1fwSRDJ0TfT5UDjqBsuJQ5o37u4Q==
"@cesarbr/knot-cloud-sdk-js-amqp@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@cesarbr/knot-cloud-sdk-js-amqp/-/knot-cloud-sdk-js-amqp-2.0.0.tgz#a2f8461c6ced516745e1dea21ec1293d08bc7b4a"
integrity sha512-JgyqaanMwVdqMVEpwcKUf6qJ6T6cRmvdT6u+72ZVhNnsRNLqXBLfpViEv3OEgY44YjHMBfGt95upSZWriXzvbQ==
dependencies:
amqplib "^0.5.5"
uniqid "^5.2.0"
Expand Down

0 comments on commit 7c64216

Please sign in to comment.