Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Aug 7, 2023
1 parent 42b4e36 commit 8d67265
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.5.0](https://github.com/metalsmith/js-bundle/compare/0.4.0...0.5.0)

- Updates babel 7.22.1/4 -> 7.22.10 [`3bc410d`](https://github.com/metalsmith/js-bundle/commit/3bc410d03e710deda89d9db37d390eb11459eee9)
- Updates esbuild 0.17.19 -> 0.18.19 [`b45bc1a`](https://github.com/metalsmith/js-bundle/commit/b45bc1a3402e967064c89151df15772467afd4a8)

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

> 7 June 2023
- Updates @babel/core & preset-env 7.21.4 -> 7.22.x [`b92baab`](https://github.com/metalsmith/js-bundle/commit/b92baabd77bcc7a9a4759528c816024fb5905f55)
- Updates esbuild 0.17.15 -> 0.17.19: various import, tsconfig & css fixes [`ce21cd4`](https://github.com/metalsmith/js-bundle/commit/ce21cd4b513b1bd3ea87f87dd1bf347716e689f1)
- Fixes options re-assignment issue with metalsmith.watch() & logically reorders debug logs [`37d869e`](https://github.com/metalsmith/js-bundle/commit/37d869e12564f3ced05fbb36c3ed5d7660266e30)
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.4.0",
"version": "0.5.0",
"description": "A metalsmith plugin that bundles your JS using esbuild",
"keywords": [
"js-bundle",
Expand Down

0 comments on commit 8d67265

Please sign in to comment.