Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.4.3...v2.0.0) (2024-11-15)

### Bug Fixes

* update dependencies ([#460](#460)) ([1b69224](1b69224))

### BREAKING CHANGES

* Requires Node >=20.5.0. Uses `text/javascript` instead of `application/javascript` as mimetype.
  • Loading branch information
semantic-release-bot committed Nov 15, 2024
1 parent 1b69224 commit 08f869c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/eik-lib/core/compare/v1.4.3...v2.0.0) (2024-11-15)


### Bug Fixes

* update dependencies ([#460](https://github.com/eik-lib/core/issues/460)) ([1b69224](https://github.com/eik-lib/core/commit/1b69224219dfe66b75ee048f891c97da85113e14))


### BREAKING CHANGES

* Requires Node >=20.5.0. Uses `text/javascript` instead of `application/javascript` as mimetype.

## [1.4.3](https://github.com/eik-lib/core/compare/v1.4.2...v1.4.3) (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/core",
"version": "1.4.3",
"version": "2.0.0",
"description": "Core server package",
"main": "lib/main.js",
"types": "./types/main.d.ts",
Expand Down

0 comments on commit 08f869c

Please sign in to comment.