From df708ae8061b43665e166e6b0d930cba6f18e965 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Jan 2025 21:16:26 +0000 Subject: [PATCH] chore(release): 1.1.4 [skip ci] ## [1.1.4](https://github.com/archoleat/notifier/compare/v1.1.3...v1.1.4) (2025-01-10) ### Bug Fixes * build ([#70](https://github.com/archoleat/notifier/issues/70)) ([6c31dc7](https://github.com/archoleat/notifier/commit/6c31dc7dd5572d7207649ae252265269212f9da6)) ### Code Refactoring * ecrc ([24264c6](https://github.com/archoleat/notifier/commit/24264c6f391fcc2bcd348e5f8edcdcf632f40a15)) * notifier ([#69](https://github.com/archoleat/notifier/issues/69)) ([df24824](https://github.com/archoleat/notifier/commit/df24824666677f15c70355828bf0e05a2b218d06)) * prettierignore ([b80c9cb](https://github.com/archoleat/notifier/commit/b80c9cbd6befbc37173f5071297d5ea07cad9195)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b701b7..1826246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.4](https://github.com/archoleat/notifier/compare/v1.1.3...v1.1.4) (2025-01-10) + +### Bug Fixes + +* build ([#70](https://github.com/archoleat/notifier/issues/70)) ([6c31dc7](https://github.com/archoleat/notifier/commit/6c31dc7dd5572d7207649ae252265269212f9da6)) + +### Code Refactoring + +* ecrc ([24264c6](https://github.com/archoleat/notifier/commit/24264c6f391fcc2bcd348e5f8edcdcf632f40a15)) +* notifier ([#69](https://github.com/archoleat/notifier/issues/69)) ([df24824](https://github.com/archoleat/notifier/commit/df24824666677f15c70355828bf0e05a2b218d06)) +* prettierignore ([b80c9cb](https://github.com/archoleat/notifier/commit/b80c9cbd6befbc37173f5071297d5ea07cad9195)) + ## [1.1.3](https://github.com/archoleat/notifier/compare/v1.1.2...v1.1.3) (2025-01-09) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index f388af9..ed1a32b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@archoleat/notifier", "description": "A small, simple and customizable notifier for your projects", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "author": { "email": "archoleat@gmail.com",