Skip to content

Commit

Permalink
chore: release main (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 28, 2024
1 parent f3bb1bf commit 257b7b5
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"packages/types": "0.15.0",
"packages/test": "0.15.0",
"packages/core": "0.19.1",
"packages/node": "0.16.6",
"packages/deno": "0.17.0",
"packages/node": "0.16.7",
"packages/deno": "0.17.1",
"packages/memory": "0.19.5",
"packages/web": "0.14.1"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/deno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.17.1](https://github.com/humanwhocodes/humanfs/compare/deno-v0.17.0...deno-v0.17.1) (2024-11-27)


### Bug Fixes

* Update @humanwhocodes/retry ([f3bb1bf](https://github.com/humanwhocodes/humanfs/commit/f3bb1bf624e25e2460f84265156278d91d6ef112))

## [0.17.0](https://github.com/humanwhocodes/humanfs/compare/deno-v0.16.2...deno-v0.17.0) (2024-07-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/deno/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanfs/deno",
"version": "0.17.0",
"version": "0.17.1",
"exports": "./src/index.js",
"imports": {
"@humanfs/core": "../core/src/hfs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/deno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanfs/deno",
"version": "0.17.0",
"version": "0.17.1",
"description": "The Deno bindings of the humanfs library.",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
* dependencies
* @humanfs/core bumped from ^0.14.0 to ^0.15.0

## [0.16.7](https://github.com/humanwhocodes/humanfs/compare/node-v0.16.6...node-v0.16.7) (2024-11-27)


### Bug Fixes

* Add directory to package.json ([f691b60](https://github.com/humanwhocodes/humanfs/commit/f691b60a0df2ce9a5894b6af51acc2461654cf6b))

## [0.16.6](https://github.com/humanwhocodes/humanfs/compare/node-v0.16.5...node-v0.16.6) (2024-10-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanfs/node",
"version": "0.16.6",
"version": "0.16.7",
"description": "The Node.js bindings of the humanfs library.",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 257b7b5

Please sign in to comment.