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 9, 2024
1 parent 5c50597 commit 195b237
Show file tree
Hide file tree
Showing 4 changed files with 13 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"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Bug Fixes

* **deps:** update dependency glob to v10.3.12 ([da1233d](https://github.com/boneskull/snapshot-fs/commit/da1233d380b7004381d2c114033bf71e83c6a6c4))
* **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 195b237

Please sign in to comment.