Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.3...v1.2.0) (2021-02-16)

### Bug Fixes

* **plugin:** remove unused class method ([daa1ec3](daa1ec3))
* **plugin:** use _.mergeWith with a customizer to avoid merging arrays by index ([ee4a3cd](ee4a3cd))

### Features

* **plugin:** add the ability to exclude webpack chunks, pages, css and js files from optimization ([ab43853](ab43853))

### Performance Improvements

* **plugin:** rename purgecss.allowSymbols to allowSymbols since its not being passed to purgecss ([12acc1a](12acc1a))
  • Loading branch information
semantic-release-bot committed Feb 16, 2021
1 parent 407b656 commit 17a75ed
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.2.0](https://github.com/mohatt/gatsby-plugin-postbuild/compare/v1.1.3...v1.2.0) (2021-02-16)


### Bug Fixes

* **plugin:** remove unused class method ([daa1ec3](https://github.com/mohatt/gatsby-plugin-postbuild/commit/daa1ec314ef5b30a017b83e3e35805de30101bef))
* **plugin:** use _.mergeWith with a customizer to avoid merging arrays by index ([ee4a3cd](https://github.com/mohatt/gatsby-plugin-postbuild/commit/ee4a3cda9a56d4561994434151b5f814b03fab71))


### Features

* **plugin:** add the ability to exclude webpack chunks, pages, css and js files from optimization ([ab43853](https://github.com/mohatt/gatsby-plugin-postbuild/commit/ab43853831399d0a773a9fc1950b5a38b143a3bc))


### Performance Improvements

* **plugin:** rename purgecss.allowSymbols to allowSymbols since its not being passed to purgecss ([12acc1a](https://github.com/mohatt/gatsby-plugin-postbuild/commit/12acc1a12a805c99a8c8f9ea731bdb1871ba5123))

## [1.1.3](https://github.com/mohatt/gatsby-plugin-postbuild/compare/v1.1.2...v1.1.3) (2021-02-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-postbuild",
"version": "1.1.3",
"version": "1.2.0",
"description": "Gatsby plugin for optimizing HTML/CSS files after build",
"files": [
"dist",
Expand Down

0 comments on commit 17a75ed

Please sign in to comment.