Skip to content

Commit e95dbb5

Browse files
chore: release main (#23)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c2db624 commit e95dbb5

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages/types": "0.0.3",
33
"packages/test": "0.1.0",
44
"packages/core": "0.1.1",
5-
"packages/node": "0.2.0",
6-
"packages/deno": "0.1.1",
5+
"packages/node": "0.2.1",
6+
"packages/deno": "0.2.0",
77
"packages/memory": "0.1.1"
88
}

packages/deno/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/humanwhocodes/fsx/compare/fsx-deno-v0.1.1...fsx-deno-v0.2.0) (2024-01-17)
4+
5+
6+
### Features
7+
8+
* Add EMFILE/ENFILE retry ([c2db624](https://github.com/humanwhocodes/fsx/commit/c2db624f974e111017a3783ac8d4ea9a4a3a87e6))
9+
310
## [0.1.1](https://github.com/humanwhocodes/fsx/compare/fsx-deno-v0.1.0...fsx-deno-v0.1.1) (2024-01-16)
411

512

packages/deno/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fsx-deno",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "The Deno bindings of the fsx library.",
55
"type": "module",
66
"types": "dist/deno-fsx.d.ts",

packages/node/CHANGELOG.md

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

3+
## [0.2.1](https://github.com/humanwhocodes/fsx/compare/fsx-node-v0.2.0...fsx-node-v0.2.1) (2024-01-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Retry logic in read/write operations ([9a6b62d](https://github.com/humanwhocodes/fsx/commit/9a6b62d6300799bb405893cb0a59be1988c558d5))
9+
310
## [0.2.0](https://github.com/humanwhocodes/fsx/compare/fsx-node-v0.1.0...fsx-node-v0.2.0) (2024-01-16)
411

512

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fsx-node",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "The Node.js bindings of the fsx library.",
55
"type": "module",
66
"types": "dist/node-fsx.d.ts",

0 commit comments

Comments
 (0)