Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.3.2...v3.0.0) (2024-08-22)

### Bug Fixes

* let compression finish before adding routes ([#592](#592)) ([f3796eb](f3796eb))

### BREAKING CHANGES

* requires `await` when registering the eik plugin
with fastify (`await fastify.register(service.api())`).
  • Loading branch information
semantic-release-bot committed Aug 22, 2024
1 parent f3796eb commit 98a1f05
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.0.0](https://github.com/eik-lib/service/compare/v2.3.2...v3.0.0) (2024-08-22)


### Bug Fixes

* let compression finish before adding routes ([#592](https://github.com/eik-lib/service/issues/592)) ([f3796eb](https://github.com/eik-lib/service/commit/f3796ebfcb6d7c350e0eeae3578f329c6ec1f49e))


### BREAKING CHANGES

* requires `await` when registering the eik plugin
with fastify (`await fastify.register(service.api())`).

## [2.3.2](https://github.com/eik-lib/service/compare/v2.3.1...v2.3.2) (2024-08-19)


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

0 comments on commit 98a1f05

Please sign in to comment.