Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Apr 3, 2023
1 parent 2a0b90e commit 4677f7a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ 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.3.0](https://github.com/metalsmith/js-bundle/compare/0.2.0...0.3.0)

- BREAKING: upgrades esbuild from 0.15.10 -> 0.17.15. See https://github.com/evanw/esbuild/releases/tag/v0.17.0 for details. Upgrades babel core & preset-env from 7.19.3 -> 7.21.4 [`d495939`](https://github.com/metalsmith/js-bundle/commit/d4959391d03ed496a072dcb59583a0a039396923)
- fix: let the user overwrite the esbuild define option, properly enquote all define values [`a9b01e7`](https://github.com/metalsmith/js-bundle/commit/a9b01e72937680fd5c4b897db048fc77ee80bda4)

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

> 7 October 2022
- Clarify the file destination [`#4`](https://github.com/metalsmith/js-bundle/pull/4)
- simplify `--updateSnapshots` option detection in test [`#1`](https://github.com/metalsmith/js-bundle/pull/1)
- feat: update esbuild 0.14.43 -> 0.15.10, babel 7.18.5 -> 7.19.3 [`bb3cf1b`](https://github.com/metalsmith/js-bundle/commit/bb3cf1bf04d5f724bb4319f024695ecc560ef55c)
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.2.0",
"version": "0.3.0",
"description": "A metalsmith plugin that bundles your JS using esbuild",
"keywords": [
"js-bundle",
Expand Down

0 comments on commit 4677f7a

Please sign in to comment.