Skip to content

Commit 1cb9c8d

Browse files
chore(release): new release (#227)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9578e1a commit 1cb9c8d

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/absolute-path-file-url.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
# Changelog
22

3+
## 4.5.0
4+
5+
### Minor Changes
6+
7+
- The `absolutePath` keyword reads a `file:` URL the way Node's own URL parser does: the scheme may be followed by any number of slashes, so `file:/directory` is accepted alongside `file:///directory`, and it is matched case-insensitively, so `FILE:///directory` is too. A scheme with no slash after it — `file:directory` — still names no absolute path and is rejected. (by [@alexander-akait](https://github.com/alexander-akait) in [#226](https://github.com/webpack/schema-utils/pull/226))
8+
39
## 4.4.0
410

511
### Minor Changes

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.4.0",
3+
"version": "4.5.0",
44
"description": "webpack Validation Utils",
55
"keywords": [
66
"webpack"

0 commit comments

Comments
 (0)