Skip to content

Commit

Permalink
chore(release): 5.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.1](v5.0.0...v5.0.1) (2024-12-16)

### Bug Fixes

* **deps:** update dependency @fastify/jwt to v9.0.2 ([#612](#612)) ([90b6584](90b6584))
  • Loading branch information
semantic-release-bot committed Dec 16, 2024
1 parent 90b6584 commit 4dca2e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.0.1](https://github.com/eik-lib/service/compare/v5.0.0...v5.0.1) (2024-12-16)


### Bug Fixes

* **deps:** update dependency @fastify/jwt to v9.0.2 ([#612](https://github.com/eik-lib/service/issues/612)) ([90b6584](https://github.com/eik-lib/service/commit/90b658458d7ee1a4200b485b0fb10865e0bba4d5))

# [5.0.0](https://github.com/eik-lib/service/compare/v4.0.0...v5.0.0) (2024-11-15)


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": "@eik/service",
"version": "5.0.0",
"version": "5.0.1",
"description": "Eik REST API as a standalone HTTP service",
"type": "module",
"main": "./lib/main.js",
Expand Down

0 comments on commit 4dca2e3

Please sign in to comment.