Skip to content

Commit

Permalink
chore(main): release snapshot-fs 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2024
1 parent dbd98bc commit c2fce84
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.1](https://github.com/boneskull/snapshot-fs/compare/snapshot-fs-v1.0.0...snapshot-fs-v1.0.1) (2024-05-24)


### Bug Fixes

* **deps:** update dependency glob to v10.3.12 ([da1233d](https://github.com/boneskull/snapshot-fs/commit/da1233d380b7004381d2c114033bf71e83c6a6c4))
* **deps:** update dependency glob to v10.3.13 ([809d2dc](https://github.com/boneskull/snapshot-fs/commit/809d2dc3c29ef9bbbfa320e16da13696e4cb387f))
* **deps:** update dependency glob to v10.3.14 ([8418b2e](https://github.com/boneskull/snapshot-fs/commit/8418b2ebc26bb20138ded2fd7fcae525b193e949))
* **deps:** update dependency glob to v10.3.15 ([eac6a27](https://github.com/boneskull/snapshot-fs/commit/eac6a27780f6c9a863dae971116f31944a2c1f9d))
* **deps:** update dependency memfs to v4.8.1 ([0d3ce09](https://github.com/boneskull/snapshot-fs/commit/0d3ce094bc1a2a0e38ded3fca04654817058fb6a))
* **deps:** update dependency memfs to v4.8.2 ([4e97b5a](https://github.com/boneskull/snapshot-fs/commit/4e97b5a928e6eabfe9e623ed6fdf523aecee3a7e))

## 1.0.0 (2024-04-03)


Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snapshot-fs",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Create a filesystem snapshot for use with memfs",
"author": "Christopher Hiller <boneskull@boneskull.com>",
Expand Down

0 comments on commit c2fce84

Please sign in to comment.