From 3b4d14ec4685bbdec833154895095ad00cbf9628 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 14 May 2024 16:00:08 +0000 Subject: [PATCH] chore(release): v0.0.12 [skip ci] --- CHANGELOG.md | 16 +++++++++++++--- package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3bdaa2..914fd30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,21 @@ -# Changelog +## [0.0.12](https://github.com/JacekZubielik/Node-App/compare/v0.0.11...v0.0.12) (2024-05-14) -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.0.11](https://github.com/JacekZubielik/Node-App/compare/v0.0.10...v0.0.11) (2024-05-14) +### Bug Fixes + +* **release:** release fix trigger ([c4536ae](https://github.com/JacekZubielik/Node-App/commit/c4536aee7c76c34abe77492aae0afe4c5fd4437d)) + + + +## [0.0.11](https://github.com/JacekZubielik/Node-App/compare/v0.0.10...v0.0.11) (2024-05-14) ### Bug Fixes * **release:** test issue 1 ([acfc630](https://github.com/JacekZubielik/Node-App/commit/acfc63098e47c1a84da5490508ed4911c56c63ce)), closes [#11](https://github.com/JacekZubielik/Node-App/issues/11) + + ## [0.0.10](https://github.com/JacekZubielik/Node-App/compare/v0.0.9...v0.0.10) (2024-05-14) @@ -97,3 +104,6 @@ All notable changes to this project will be documented in this file. See [standa ## 0.0.1 (2024-05-13) + + + diff --git a/package.json b/package.json index 3c081e4..5124c62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nest-app", - "version": "0.0.11", + "version": "0.0.12", "description": "", "author": "", "private": true,