diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af1fce..5dfe870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [1.1.5](https://github.com/montasim/node-express-boilerplate/compare/v1.1.4...v1.1.5) (2024-08-17) + +### Bug Fixes + +- actions ([9f9e728](https://github.com/montasim/node-express-boilerplate/commit/9f9e728163a3b8239b2bbbfcef6367ba4ebe853d)) + ### [1.1.4](https://github.com/montasim/node-express-boilerplate/compare/v1.1.3...v1.1.4) (2024-08-17) ### Bug Fixes diff --git a/package.json b/package.json index 3843448..781009a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-express-boilerplate", - "version": "1.1.4", + "version": "1.1.5", "description": "", "private": true, "main": "server.js",