Skip to content

Commit

Permalink
chore(release): @pplancq/webpack-config@1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## @pplancq/webpack-config [1.1.0](https://github.com/pplancq/dev-tools/compare/@pplancq/webpack-config@1.0.0...@pplancq/webpack-config@1.1.0) (2024-03-12)

### Features

* **webpack-config:** add note about the inclusion of environment variable ([e6e4e31](e6e4e31))
* **webpack-config:** replace MD5 Hash in Webpack Cache Versioning ([46deffe](46deffe))
* **webpack-config:** use require.resolve() for loaders in webpack-config ([d80db4c](d80db4c))

### Bug Fixes

* **webpack-config:** fix build css from node_modules ([3de54a9](3de54a9))
  • Loading branch information
release[bot] committed Mar 12, 2024
1 parent 95074e4 commit d4b3cac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## @pplancq/webpack-config [1.1.0](https://github.com/pplancq/dev-tools/compare/@pplancq/webpack-config@1.0.0...@pplancq/webpack-config@1.1.0) (2024-03-12)


### Features

* **webpack-config:** add note about the inclusion of environment variable ([e6e4e31](https://github.com/pplancq/dev-tools/commit/e6e4e310aa1a631a4e6013939c52a025f548b31d))
* **webpack-config:** replace MD5 Hash in Webpack Cache Versioning ([46deffe](https://github.com/pplancq/dev-tools/commit/46deffef3e0276a6db3b8650db1a3a35cb34fe32))
* **webpack-config:** use require.resolve() for loaders in webpack-config ([d80db4c](https://github.com/pplancq/dev-tools/commit/d80db4c42eee254dca334eeffc49d46d262e10cb))


### Bug Fixes

* **webpack-config:** fix build css from node_modules ([3de54a9](https://github.com/pplancq/dev-tools/commit/3de54a97b61b3303eb9c3865028c6c3dfd3b5116))

## @pplancq/webpack-config 1.0.0 (2024-02-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pplancq/webpack-config",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"description": "pplancq webpack config",
"author": "pplancq <paul.plancq@outlook.fr>",
Expand Down

0 comments on commit d4b3cac

Please sign in to comment.