Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.3.2...v2.0.0) (2020-10-03)

### Code Refactoring

* abbreviations ([#244](#244)) ([a49dad9](a49dad9))

### BREAKING CHANGES

* rename all `AMQP` prefix to `Amqp`.

- add docker-compose.yml for local dev
- update rabbitmq local dev url (update user/pass to default value resepect official image)
- update example in README.md
  • Loading branch information
aquariuslt authored and semantic-release-bot committed Oct 3, 2020
1 parent a49dad9 commit b664726
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.0.0](https://github.com/nest-x/nestx-amqp/compare/v1.3.2...v2.0.0) (2020-10-03)


### Code Refactoring

* abbreviations ([#244](https://github.com/nest-x/nestx-amqp/issues/244)) ([a49dad9](https://github.com/nest-x/nestx-amqp/commit/a49dad9f63f44b842138567599ce08f3fc837cb8))


### BREAKING CHANGES

* rename all `AMQP` prefix to `Amqp`.

- add docker-compose.yml for local dev
- update rabbitmq local dev url (update user/pass to default value resepect official image)
- update example in README.md

## [1.3.2](https://github.com/nest-x/nestx-amqp/compare/v1.3.1...v1.3.2) (2020-07-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestx-amqp",
"version": "1.3.2",
"version": "2.0.0",
"description": "nestjs x amqp-connection-manager module",
"repository": "https://github.com/nest-x/nestx-amqp",
"author": "aquariuslt <superaquariuslt@gmail.com>",
Expand Down

0 comments on commit b664726

Please sign in to comment.