From 4b2fac1694ce34a456d830e955d3cdea5198e56a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Nov 2023 06:37:52 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [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 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e50f40ca..679e202c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index e909c889..e866cd40 100644 --- a/package.json +++ b/package.json @@ -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",