Skip to content

Commit 5c1a5cb

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2019-08-22) ### Features * **messages:** define messages model and factories ([f524449](f524449)) * **messaging:** implements messages listeners for event, query & reply ([ed7992a](ed7992a)) * **rabbitmq:** wIP rabbitmq adapter ([8bfb9a4](8bfb9a4))
1 parent 35bbbd5 commit 5c1a5cb

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See
4+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0 (2019-08-22)
7+
8+
9+
### Features
10+
11+
* **messages:** define messages model and factories ([f524449](https://github.com/reactive-commons/reactive-commons-js/commit/f524449))
12+
* **messaging:** implements messages listeners for event, query & reply ([ed7992a](https://github.com/reactive-commons/reactive-commons-js/commit/ed7992a))
13+
* **rabbitmq:** wIP rabbitmq adapter ([8bfb9a4](https://github.com/reactive-commons/reactive-commons-js/commit/8bfb9a4))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactive-commons/messaging",
3-
"version": "0.0.0-development",
3+
"version": "1.0.0",
44
"description": "",
55
"keywords": [],
66
"main": "dist/index.umd.js",

0 commit comments

Comments
 (0)