diff --git a/CHANGELOG.md b/CHANGELOG.md index 4872ad5..fe3fda4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.3](https://github.com/molvqingtai/event-hub/compare/v1.4.2...v1.4.3) (2021-11-02) + + +### Performance Improvements + +* simplify ActionS release process ([1159002](https://github.com/molvqingtai/event-hub/commit/115900208f6aa640b80ea5c7137bf028c46a5cbe)) + ## [1.4.2](https://github.com/molvqingtai/event-hub/compare/v1.4.1...v1.4.2) (2021-06-15) diff --git a/package-lock.json b/package-lock.json index 78c30f2..7941a27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@resreq/event-hub", - "version": "1.4.2", + "version": "1.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7ed92ff..e715198 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@resreq/event-hub", - "version": "1.4.2", + "version": "1.4.3", "description": "This is a minimalist event hub.", "main": "dist/index.js", "type": "module",