Skip to content

Commit

Permalink
chore(release): 5.0.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-beta.2](v5.0.0-beta.1...v5.0.0-beta.2) (2023-04-04)

### chore

* rewrite package to esmodules ([#16](#16)) ([71d2312](71d2312))
* use use componentLoader instead of AdminJS.bundle ([#17](#17)) ([3c4763c](3c4763c))

### BREAKING CHANGES

* Configuration changed due to AdminJS.bundle being removed, use componentLoader instead
* The package won't support CJS anymore.
  • Loading branch information
semantic-release-bot committed Apr 4, 2023
1 parent caebcb8 commit ffd4faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adminjs/logger",
"version": "5.0.0-beta.1",
"version": "5.0.0-beta.2",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit ffd4faf

Please sign in to comment.