Skip to content

Commit 7297b79

Browse files
chore(release): new release
1 parent 65aa86c commit 7297b79

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

.changeset/json5-and-yaml-config.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- feat: support `.json5`, `.yaml`/`.yml` and `.toml` configuration files by parsing them directly, with the parser package (`json5`, `js-yaml`, `toml`) installed on demand by the user (by [@alexander-akait](https://github.com/alexander-akait) in [#4777](https://github.com/webpack/webpack-cli/pull/4777))
8+
39
## 7.0.3
410

511
### Patch Changes

packages/webpack-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- feat: support `.json5`, `.yaml`/`.yml` and `.toml` configuration files by parsing them directly, with the parser package (`json5`, `js-yaml`, `toml`) installed on demand by the user (by [@alexander-akait](https://github.com/alexander-akait) in [#4777](https://github.com/webpack/webpack-cli/pull/4777))
8+
39
## 7.0.3
410

511
### Patch Changes

packages/webpack-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "7.0.3",
3+
"version": "7.1.0",
44
"description": "CLI for webpack & friends",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)