Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.0...v5.0.0) (2024-11-15)

### Bug Fixes

* set minimum engine ([8d339a3](8d339a3))
* update eik dependencies ([9c8f3af](9c8f3af))

### BREAKING CHANGES

* returns mimetype text/javascript instead of the deprecated application/javascript.
* Requires Node >=20.5.0.
  • Loading branch information
semantic-release-bot committed Nov 15, 2024
1 parent 2e97cc7 commit 0b83772
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [5.0.0](https://github.com/eik-lib/service/compare/v4.0.0...v5.0.0) (2024-11-15)


### Bug Fixes

* set minimum engine ([8d339a3](https://github.com/eik-lib/service/commit/8d339a33b902d916d9a7fe526e6cf05b3553d621))
* update eik dependencies ([9c8f3af](https://github.com/eik-lib/service/commit/9c8f3afc22cae7139f1baa879d4d40f9ad8c7371))


### BREAKING CHANGES

* returns mimetype text/javascript instead of the deprecated application/javascript.
* Requires Node >=20.5.0.

# [4.0.0](https://github.com/eik-lib/service/compare/v3.0.0...v4.0.0) (2024-11-13)


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

0 comments on commit 0b83772

Please sign in to comment.