diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b2bb3f22e9d..1aa30f19441 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.3](https://github.com/notifirehq/lib/compare/v0.1.1...v0.1.3) (2021-09-29) + ### [0.1.1](https://github.com/notifirehq/lib/compare/v0.0.4...v0.1.1) (2021-09-09) ### [0.0.4](https://github.com/notifirehq/lib/compare/v0.0.2...v0.0.4) (2021-09-09) diff --git a/packages/core/package.json b/packages/core/package.json index 0af16680e7a..c8caa7b2e4a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@notifire/core", - "version": "0.1.1", + "version": "0.1.3", "description": "Notification Management Framework", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -41,8 +41,8 @@ "lodash.merge": "^4.6.2" }, "devDependencies": { - "@types/jest": "27.0.2", "@sendgrid/mail": "^7.4.6", + "@types/jest": "27.0.2", "codecov": "^3.5.0", "cz-conventional-changelog": "^3.3.0", "npm-run-all": "^4.1.5",