Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.1...v4.0.0) (2024-08-06)

### Bug Fixes

* update ajv-formats ([131dbf2](131dbf2))
* update glob to 9.0.0 ([ee132ce](ee132ce))
* update glog to 11.0.0 ([ae24324](ae24324))
* update validate-npm-package-name ([00c57e7](00c57e7))

### chore

* convert codebase to ESM ([1a83a26](1a83a26))

### Features

* add load exact method ([709c8e3](709c8e3))

### BREAKING CHANGES

* Codebase is now ESM only, Common JS is no longer supported.
  • Loading branch information
semantic-release-bot committed Aug 6, 2024
1 parent 6f22f18 commit e9e0063
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [4.0.0](https://github.com/eik-lib/common/compare/v3.0.1...v4.0.0) (2024-08-06)


### Bug Fixes

* update ajv-formats ([131dbf2](https://github.com/eik-lib/common/commit/131dbf25fcf8e2d128ac9e660076b538c441fa55))
* update glob to 9.0.0 ([ee132ce](https://github.com/eik-lib/common/commit/ee132ceb256244df74839dc9495c57c1e2b36af2))
* update glog to 11.0.0 ([ae24324](https://github.com/eik-lib/common/commit/ae2432458bd8c3ec95f7ca59d6d86ed87e1686d2))
* update validate-npm-package-name ([00c57e7](https://github.com/eik-lib/common/commit/00c57e7a2c6f0c2666493ebb1a6eae446582037f))


### chore

* convert codebase to ESM ([1a83a26](https://github.com/eik-lib/common/commit/1a83a261d2cc2ce2c921eaf50c843d0e8989d662))


### Features

* add load exact method ([709c8e3](https://github.com/eik-lib/common/commit/709c8e350d6f9a24c5d41981cca27b8183bf3268))


### BREAKING CHANGES

* Codebase is now ESM only, Common JS is no longer supported.

# [4.0.0-next.5](https://github.com/eik-lib/common/compare/v4.0.0-next.4...v4.0.0-next.5) (2024-08-06)


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/common",
"version": "4.0.0-next.5",
"version": "4.0.0",
"description": "Common utilities for Eik modules",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit e9e0063

Please sign in to comment.