diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3f8ea..dc36c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [0.1.1](https://github.com/BrewInteractive/nestjs-notification-module/compare/v0.1.0...v0.1.1) (2024-07-10) + ## 0.1.0 (2024-07-10) diff --git a/package-lock.json b/package-lock.json index 71324cf..6d8b227 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@brewww/nestjs-notification-module", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@brewww/nestjs-notification-module", - "version": "0.1.0", + "version": "0.1.1", "license": "UNLICENSED", "dependencies": { "@automapper/classes": "^8.8.1", diff --git a/package.json b/package.json index 14ef83f..3d8797d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@brewww/nestjs-notification-module", - "version": "0.1.0", + "version": "0.1.1", "description": "", "author": "Brew", "private": true,