Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Feb 22, 2024
1 parent 0293c72 commit 0a580cf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ 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.7.0](https://github.com/metalsmith/js-bundle/compare/0.6.0...0.7.0)

- Updates esbuild 0.19.10 -> 0.20.1, babel core & preset-env 7.23.6 -> 7.23.9 [`02d971c`](https://github.com/metalsmith/js-bundle/commit/02d971cdb757545f0fba71900626375307495935)
- Removes stray debug statement & optimizes variable caching [`8ab0781`](https://github.com/metalsmith/js-bundle/commit/8ab0781b8e24123f9341ec2c37528c21d863bc20)
- Adds 2 debug logs [`0293c72`](https://github.com/metalsmith/js-bundle/commit/0293c72cf6dff5f1e01160656846ab2a0d837d41)
- Removes an obsolete destination file.path remapping [`c32973c`](https://github.com/metalsmith/js-bundle/commit/c32973cd4aeb461f0b0197987d9aceffe93915ba)
- Drops support for Node patch version < 14.18.0 in order to guarantee support for node: protocol imports [`665dc49`](https://github.com/metalsmith/js-bundle/commit/665dc492a2ae5c79fdeb702de74f62a90cfa342e)

#### [0.6.0](https://github.com/metalsmith/js-bundle/compare/0.5.0...0.6.0)

> 23 December 2023
- Updates esbuild 0.18.9 -> 0.19.10, babel 7.22.10 -> 7.23.6 [`7df8ea8`](https://github.com/metalsmith/js-bundle/commit/7df8ea8b1fb72384d7c3503ddd91f07db585c666)

#### [0.5.0](https://github.com/metalsmith/js-bundle/compare/0.4.0...0.5.0)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metalsmith/js-bundle",
"version": "0.6.0",
"version": "0.7.0",
"description": "A metalsmith plugin that bundles your JS using esbuild",
"keywords": [
"js-bundle",
Expand Down

0 comments on commit 0a580cf

Please sign in to comment.