Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2020-03-28)

### Features

* **exchange:** add decorator `@PublishExchange` ([#53](#53)) ([02f6f91](02f6f91)), closes [#52](#52)
  • Loading branch information
aquariuslt authored and semantic-release-bot committed Mar 28, 2020
1 parent de80f13 commit c31039c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.3.0](https://github.com/nest-x/nestx-amqp/compare/v1.2.0...v1.3.0) (2020-03-28)


### Features

* **exchange:** add decorator `@PublishExchange` ([#53](https://github.com/nest-x/nestx-amqp/issues/53)) ([02f6f91](https://github.com/nest-x/nestx-amqp/commit/02f6f9116d1483d95c0e8804d7470f1d4365bdb1)), closes [#52](https://github.com/nest-x/nestx-amqp/issues/52)

# [1.2.0](https://github.com/nest-x/nestx-amqp/compare/v1.1.0...v1.2.0) (2020-03-27)


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.2.0",
"version": "1.3.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 c31039c

Please sign in to comment.