Skip to content

Commit 5046d0d

Browse files
Release 2.5.1
[skip ci] ## <small>2.5.1 (2025-08-09)</small> * fix: patch File to support test on Node.js 18 (#31) ([93edf11](93edf11)), closes [#31](#31) * chore: remove eslint deps (#28) ([46b4acf](46b4acf)), closes [#28](#28) * chore: update oxlint config to use @eggjs/oxlint-config (#30) ([798a8d1](798a8d1)), closes [#30](#30)
1 parent 93edf11 commit 5046d0d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## <small>2.5.1 (2025-08-09)</small>
4+
5+
* fix: patch File to support test on Node.js 18 (#31) ([93edf11](https://github.com/node-modules/oss-client/commit/93edf11)), closes [#31](https://github.com/node-modules/oss-client/issues/31)
6+
* chore: remove eslint deps (#28) ([46b4acf](https://github.com/node-modules/oss-client/commit/46b4acf)), closes [#28](https://github.com/node-modules/oss-client/issues/28)
7+
* chore: update oxlint config to use @eggjs/oxlint-config (#30) ([798a8d1](https://github.com/node-modules/oss-client/commit/798a8d1)), closes [#30](https://github.com/node-modules/oss-client/issues/30)
8+
39
## [2.5.0](https://github.com/node-modules/oss-client/compare/v2.4.0...v2.5.0) (2025-05-10)
410

511

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oss-client",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"engines": {
55
"node": ">= 16.0.0"
66
},

0 commit comments

Comments
 (0)