Skip to content

Commit

Permalink
release: merge-json-webpack-plugin v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jul 1, 2023
1 parent 8656c58 commit c8ead87
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@ All notable changes to this project will be documented in this file.
> - Refactor
> - Unreleased
## v6.2.0 (2023-07-01)

#### Features

- add transformFile option ([8656c58](https://github.com/sibiraj-s/merge-json-webpack-plugin/commit/8656c58))

#### Bug Fixes

- fix use array pattern for glob ignore ([da8de5b](https://github.com/sibiraj-s/merge-json-webpack-plugin/commit/da8de5b))

#### Internal

- add npm package provenance ([ec8dbb8](https://github.com/sibiraj-s/merge-json-webpack-plugin/commit/ec8dbb8))
- configure publint ([cfc1f2a](https://github.com/sibiraj-s/merge-json-webpack-plugin/commit/cfc1f2a))

## v6.1.0 (2021-08-18)

#### Bug Fixes
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": "merge-json-webpack-plugin",
"version": "6.1.0",
"version": "6.2.0",
"description": "Webpack plugin to merge multiple json files into one",
"author": "sibiraj-s",
"license": "MIT",
Expand Down

0 comments on commit c8ead87

Please sign in to comment.