Skip to content

Commit

Permalink
chore(release): 3.0.0 # [3.0.0](v2.3.0...v3.0.0) (2022-06-10)
Browse files Browse the repository at this point in the history
### Features

* **deps:** update amqplib to 0.10.0 ([#36](#36)) ([4fc9def](4fc9def))

### BREAKING CHANGES

* **deps:** drop Node.js v10 support

Update all dev dependencies

Add Node.js v18 support.
  • Loading branch information
semantic-release-bot committed Jun 10, 2022
1 parent 4fc9def commit f98dc16
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [3.0.0](https://github.com/Tinkoff/mbclient/compare/v2.3.0...v3.0.0) (2022-06-10)


### Features

* **deps:** update amqplib to 0.10.0 ([#36](https://github.com/Tinkoff/mbclient/issues/36)) ([4fc9def](https://github.com/Tinkoff/mbclient/commit/4fc9defa197eccb51c4cbb1f0bac733bc9a3aeda))


### BREAKING CHANGES

* **deps:** drop Node.js v10 support

Update all dev dependencies

Add Node.js v18 support.

# [2.3.0](https://github.com/Tinkoff/mbclient/compare/v2.2.1...v2.3.0) (2022-03-10)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mbclient",
"version": "2.3.0",
"version": "3.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Message broker library",
Expand Down

0 comments on commit f98dc16

Please sign in to comment.