Skip to content

Commit 44af688

Browse files
committed
Release 0.10.0
1 parent e4c937e commit 44af688

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [0.10.0](https://github.com/metalsmith/js-bundle/compare/0.9.0...0.10.0)
8+
9+
- Updates esbuild 0.24.2 -> 0.25.0, babel core & preset-env 7.26.0 -> 7.26.9 [`e4c937e`](https://github.com/metalsmith/js-bundle/commit/e4c937e423f1c4eed1e3fc70e3f102dfa5d25543)
10+
711
#### [0.9.0](https://github.com/metalsmith/js-bundle/compare/0.8.0...0.9.0)
812

13+
> 1 November 2024
14+
915
- 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)
1016

1117
#### [0.8.0](https://github.com/metalsmith/js-bundle/compare/0.7.0...0.8.0)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metalsmith/js-bundle",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "A metalsmith plugin that bundles your JS using esbuild",
55
"keywords": [
66
"js-bundle",

0 commit comments

Comments
 (0)