Skip to content

Commit 257b7b5

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

7 files changed

Lines changed: 21 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"packages/types": "0.15.0",
44
"packages/test": "0.15.0",
55
"packages/core": "0.19.1",
6-
"packages/node": "0.16.6",
7-
"packages/deno": "0.17.0",
6+
"packages/node": "0.16.7",
7+
"packages/deno": "0.17.1",
88
"packages/memory": "0.19.5",
99
"packages/web": "0.14.1"
1010
}

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.

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.17.1](https://github.com/humanwhocodes/humanfs/compare/deno-v0.17.0...deno-v0.17.1) (2024-11-27)
4+
5+
6+
### Bug Fixes
7+
8+
* Update @humanwhocodes/retry ([f3bb1bf](https://github.com/humanwhocodes/humanfs/commit/f3bb1bf624e25e2460f84265156278d91d6ef112))
9+
310
## [0.17.0](https://github.com/humanwhocodes/humanfs/compare/deno-v0.16.2...deno-v0.17.0) (2024-07-24)
411

512

packages/deno/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanfs/deno",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"exports": "./src/index.js",
55
"imports": {
66
"@humanfs/core": "../core/src/hfs.js",

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": "@humanfs/deno",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "The Deno bindings of the humanfs library.",
55
"type": "module",
66
"main": "dist/index.js",

packages/node/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
* dependencies
77
* @humanfs/core bumped from ^0.14.0 to ^0.15.0
88

9+
## [0.16.7](https://github.com/humanwhocodes/humanfs/compare/node-v0.16.6...node-v0.16.7) (2024-11-27)
10+
11+
12+
### Bug Fixes
13+
14+
* Add directory to package.json ([f691b60](https://github.com/humanwhocodes/humanfs/commit/f691b60a0df2ce9a5894b6af51acc2461654cf6b))
15+
916
## [0.16.6](https://github.com/humanwhocodes/humanfs/compare/node-v0.16.5...node-v0.16.6) (2024-10-18)
1017

1118

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": "@humanfs/node",
3-
"version": "0.16.6",
3+
"version": "0.16.7",
44
"description": "The Node.js bindings of the humanfs library.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)