diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf4db4..36d6e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.9.0](https://github.com/metalsmith/js-bundle/compare/0.8.0...0.9.0) + +- Updates esbuild 0.20.2 -> 0.24.0, @babel/core + preset-env 7.24.4 -> 7.26.0 [`40c6a3d`](https://github.com/metalsmith/js-bundle/commit/40c6a3d4a301cebe6d87d6bf5e58f1beb1faa867) + #### [0.8.0](https://github.com/metalsmith/js-bundle/compare/0.7.0...0.8.0) +> 22 April 2024 + - Updates esbuild 0.20.1 -> 0.20.2 & @babel/core + preset-env 7.23.9 -> 7.24.4 [`a31615b`](https://github.com/metalsmith/js-bundle/commit/a31615ba6c6f7caf355315cfbdf5ea3fc4400e11) #### [0.7.0](https://github.com/metalsmith/js-bundle/compare/0.6.0...0.7.0) diff --git a/package-lock.json b/package-lock.json index 92d80a5..effc415 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metalsmith/js-bundle", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@metalsmith/js-bundle", - "version": "0.8.0", + "version": "0.9.0", "license": "MIT", "dependencies": { "@babel/core": "^7.26.0", diff --git a/package.json b/package.json index 767add9..384290d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/js-bundle", - "version": "0.8.0", + "version": "0.9.0", "description": "A metalsmith plugin that bundles your JS using esbuild", "keywords": [ "js-bundle",