Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore(release): 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.4.0](v3.3.0...v3.4.0) (2024-02-16)

### Bug Fixes

* `htmlSafe` function import path ([ecfe1ad](ecfe1ad))
* **fetch-service:** insure token is valid before making request ([a687a59](a687a59))

### Features

* enforce spelling check for comment field ([b5ddcc9](b5ddcc9))
  • Loading branch information
semantic-release-bot committed Feb 16, 2024
1 parent 13fe4dc commit 53c6e32
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 53c6e32

Please sign in to comment.