Skip to content

Commit b94c09b

Browse files
authored
Merge pull request #256 from humanmade/release-1.0.1
Prepare release v1.0.1
2 parents be38e1f + c23b7f7 commit b94c09b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ nav_order: 10
66

77
# Changelog
88

9+
## v1.0.1
10+
11+
- Update Babel JSX plugin to correctly process syntax like optional?.chaining. [#255](https://github.com/humanmade/webpack-helpers/pull/255)
12+
913
## v1.0.0
1014

1115
This is a major release that migrates the package from Webpack 4 to Webpack 5, removes several legacy loaders and plugins, and raises the minimum Node.js version to 22. See the [migration guide](https://humanmade.github.io/webpack-helpers/guides/migrating-from-0x) for step-by-step upgrade instructions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@humanmade/webpack-helpers",
33
"public": true,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Reusable Webpack configuration components & related helper utilities.",
66
"main": "index.js",
77
"author": "Human Made",

0 commit comments

Comments
 (0)