From 53c6e320b76e1b5b55e8f3809c52d9724d0dc5da Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Feb 2024 15:15:42 +0000 Subject: [PATCH] chore(release): 3.4.0 [skip ci] # [3.4.0](https://github.com/adfinis/timed-frontend/compare/v3.3.0...v3.4.0) (2024-02-16) ### Bug Fixes * `htmlSafe` function import path ([ecfe1ad](https://github.com/adfinis/timed-frontend/commit/ecfe1ad98357015ece96f3722d2ed86409646d11)) * **fetch-service:** insure token is valid before making request ([a687a59](https://github.com/adfinis/timed-frontend/commit/a687a5998e162fef77abaf0647f2e54e06632081)) ### Features * enforce spelling check for comment field ([b5ddcc9](https://github.com/adfinis/timed-frontend/commit/b5ddcc9381a3a2695a3eed85809e33b9801c5cce)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59dc25aff..8dcfcac06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.4.0](https://github.com/adfinis/timed-frontend/compare/v3.3.0...v3.4.0) (2024-02-16) + + +### Bug Fixes + +* `htmlSafe` function import path ([ecfe1ad](https://github.com/adfinis/timed-frontend/commit/ecfe1ad98357015ece96f3722d2ed86409646d11)) +* **fetch-service:** insure token is valid before making request ([a687a59](https://github.com/adfinis/timed-frontend/commit/a687a5998e162fef77abaf0647f2e54e06632081)) + + +### Features + +* enforce spelling check for comment field ([b5ddcc9](https://github.com/adfinis/timed-frontend/commit/b5ddcc9381a3a2695a3eed85809e33b9801c5cce)) + # [3.3.0](https://github.com/adfinis/timed-frontend/compare/v3.2.4...v3.3.0) (2024-01-31) diff --git a/package.json b/package.json index ea81e93ae..e9fba1eef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timed", - "version": "3.3.0", + "version": "3.4.0", "private": true, "description": "A time tracking software written in Ember.js", "repository": "https://github.com/adfinis/timed-frontend",