Skip to content

Commit 00d2439

Browse files
Release 4.8.2
[skip ci] ## <small>4.8.2 (2025-08-12)</small> * fix: enumerable WellFormed ([0b1e89d](0b1e89d)) * chore: ignore pnpm-lock.yaml ([3cc8971](3cc8971)) * chore: migrate from ESLint to oxlint with @eggjs/oxlint-config extension (#590) ([1ae3fd7](1ae3fd7)), closes [#590](#590) * chore: typo fix on release task name ([54aa22a](54aa22a))
1 parent 0b1e89d commit 00d2439

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## <small>4.8.2 (2025-08-12)</small>
4+
5+
* fix: enumerable WellFormed ([0b1e89d](https://github.com/node-modules/urllib/commit/0b1e89d))
6+
* chore: ignore pnpm-lock.yaml ([3cc8971](https://github.com/node-modules/urllib/commit/3cc8971))
7+
* chore: migrate from ESLint to oxlint with @eggjs/oxlint-config extension (#590) ([1ae3fd7](https://github.com/node-modules/urllib/commit/1ae3fd7)), closes [#590](https://github.com/node-modules/urllib/issues/590)
8+
* chore: typo fix on release task name ([54aa22a](https://github.com/node-modules/urllib/commit/54aa22a))
9+
310
## <small>4.8.1 (2025-08-06)</small>
411

512
* chore: add GIT_TOKEN ([baabae9](https://github.com/node-modules/urllib/commit/baabae9))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urllib",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)