Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.1...v2.3.0) (2024-08-14)

### Bug Fixes

* set defaults to max types ([a5b67e3](a5b67e3))
* update @eik/core to v1.4.0 ([a09d12c](a09d12c))

### Features

* add routes for /img/ with configurable upload limit ([0f6bda7](0f6bda7))
  • Loading branch information
semantic-release-bot committed Aug 14, 2024
1 parent 3e1a166 commit e0197a1
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 @@
# [2.3.0](https://github.com/eik-lib/service/compare/v2.2.1...v2.3.0) (2024-08-14)


### Bug Fixes

* set defaults to max types ([a5b67e3](https://github.com/eik-lib/service/commit/a5b67e335d006c84d8796dc3b7ede7455caf9de9))
* update @eik/core to v1.4.0 ([a09d12c](https://github.com/eik-lib/service/commit/a09d12c1f24ad2c2eadbfffbd0d47cf14ef3e2b6))


### Features

* add routes for /img/ with configurable upload limit ([0f6bda7](https://github.com/eik-lib/service/commit/0f6bda7a3b3c7ddc5f3f9959a9c1056616184981))

## [2.2.1](https://github.com/eik-lib/service/compare/v2.2.0...v2.2.1) (2024-08-12)


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

0 comments on commit e0197a1

Please sign in to comment.