Skip to content

Commit 622ffe1

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2019-08-22) ### Features * **commands:** add support for command listener ([24ea25b](24ea25b))
1 parent 24ea25b commit 622ffe1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/reactive-commons/reactive-commons-js/compare/v1.0.0...v1.1.0) (2019-08-22)
7+
8+
9+
### Features
10+
11+
* **commands:** add support for command listener ([24ea25b](https://github.com/reactive-commons/reactive-commons-js/commit/24ea25b))
12+
613
# 1.0.0 (2019-08-22)
714

815

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactive-commons/messaging",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Set of abstractions and implementations over different patterns and practices that make the foundation of a reactive microservices architecture",
55
"keywords": [],
66
"main": "dist/index.umd.js",

0 commit comments

Comments
 (0)