From 9c21a273309a7077da381a86037fba919252d3a4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 17 Aug 2024 10:47:51 +0000 Subject: [PATCH] chore(release): release 1.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e83a856..312da47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1](https://github.com/montasim/node-express-boilerplate/compare/v1.1.0...v1.1.1) (2024-08-17) + +### Bug Fixes + +- bump version and generate changelog ([9678749](https://github.com/montasim/node-express-boilerplate/commit/9678749afaca21a9bc5deddfca86278ea2aebd5e)) +- bump version and generate changelog ([d35a614](https://github.com/montasim/node-express-boilerplate/commit/d35a614bd844b701a591db5778ce3e0ce09e4ba4)) + ## [1.1.0](https://github.com/montasim/node-express-boilerplate/compare/v1.0.0...v1.1.0) (2024-08-17) ### Features diff --git a/package.json b/package.json index 51233fa..17aa3fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-express-boilerplate", - "version": "1.1.0", + "version": "1.1.1", "description": "", "private": true, "main": "server.js",