@axinom/mosaic-message-bus 0.3.3 → 0.3.4-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -11,11 +11,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # Change Log
15
-
16
- All notable changes to this project will be documented in this file. See
17
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
-
19
14
  ### 0.3.2 (2021-09-01)
20
15
 
21
16
  **Note:** Version bump only for package @axinom/mosaic-message-bus
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-message-bus",
3
- "version": "0.3.3",
3
+ "version": "0.3.4-rc.0",
4
4
  "description": "Messaging library for Axinom Mosaic services",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "5f020a81155f188a872cb1006bc1cf34c4128b70"
45
+ "gitHead": "3a0a4599ab56384b5d70cdadb33d180c4bd13401"
46
46
  }