Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Oct 6, 2022
1 parent 60ce112 commit 72d5096
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.2.0](https://github.com/metalsmith/js-bundle/compare/0.1.1...0.2.0)

- 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)
- feat: Add TS support [`6988bb7`](https://github.com/metalsmith/js-bundle/commit/6988bb7c660fce4f948e6120eadcab0f8a2144b9)
- feat: use strict, move docs examples to ES6 imports, add JSdoc example [`5d2122c`](https://github.com/metalsmith/js-bundle/commit/5d2122ca939a50b9a271a9786274d227d5f7d4b2)

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

> 11 July 2022
- Fix custom destination path for assets [`ef2ff87`](https://github.com/metalsmith/js-bundle/commit/ef2ff8793bb9b00dea1410f237730bc5da3e3082)

#### 0.1.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.1.1",
"version": "0.2.0",
"description": "A metalsmith plugin that bundles your JS using esbuild",
"keywords": [
"js-bundle",
Expand Down

0 comments on commit 72d5096

Please sign in to comment.