Skip to content

Commit 2fd7538

Browse files
chore(release): 4.3.0
1 parent 2e2ba9d commit 2fd7538

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.3.0](https://github.com/webpack/schema-utils/compare/v4.2.0...v4.3.0) (2024-12-11)
6+
7+
8+
### Features
9+
10+
* backport old logic from v3 ([2e2ba9d](https://github.com/webpack/schema-utils/commit/2e2ba9dd84575d11326d6fff3d795df2e33db935))
11+
12+
13+
### Bug Fixes
14+
15+
* disallow arrays as the object type ([#194](https://github.com/webpack/schema-utils/issues/194)) ([4b8acf2](https://github.com/webpack/schema-utils/commit/4b8acf2b1a2bc787af24546c7039bd6102a8f038))
16+
517
## [4.2.0](https://github.com/webpack/schema-utils/compare/v4.1.0...v4.2.0) (2023-06-14)
618

719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schema-utils",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "webpack Validation Utils",
55
"license": "MIT",
66
"repository": "webpack/schema-utils",

0 commit comments

Comments
 (0)