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.7...v4.0.0) (2023-11-29)

### Bug Fixes

* Use next releases of Podium packages ([fc0604c](fc0604c))

### Features

* Convert to esm ([a378ece](a378ece))

### BREAKING CHANGES

* Module is now ESM only
  • Loading branch information
semantic-release-bot committed Nov 29, 2023
1 parent b859030 commit 4b2fac1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [4.0.0](https://github.com/podium-lib/hapi-layout/compare/v3.0.7...v4.0.0) (2023-11-29)


### Bug Fixes

* Use next releases of Podium packages ([fc0604c](https://github.com/podium-lib/hapi-layout/commit/fc0604c979923e237421d9551c5b3eff6d52de2f))


### Features

* Convert to esm ([a378ece](https://github.com/podium-lib/hapi-layout/commit/a378ece3faadfd6708b95b356efb080f1049a6e8))


### BREAKING CHANGES

* Module is now ESM only

# [4.0.0-next.3](https://github.com/podium-lib/hapi-layout/compare/v4.0.0-next.2...v4.0.0-next.3) (2023-11-27)


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": "@podium/hapi-layout",
"version": "5.0.0-next.1",
"version": "4.0.0",
"type": "module",
"description": "Hapi plugin for Podium Layout.",
"main": "lib/layout-plugin.js",
Expand Down

0 comments on commit 4b2fac1

Please sign in to comment.