Skip to content

Commit

Permalink
chore(main): release snapshot-fs 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and boneskull committed Nov 25, 2024
1 parent 3b1e487 commit 5e777c4
Show file tree
Hide file tree
Showing 4 changed files with 12 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.3"
".": "1.0.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.4](https://github.com/boneskull/snapshot-fs/compare/snapshot-fs-v1.0.3...snapshot-fs-v1.0.4) (2024-11-25)


### Bug Fixes

* **deps:** update dependency memfs to v4.13.0 ([e03461a](https://github.com/boneskull/snapshot-fs/commit/e03461a67d7e1c099aafb2cd5e08870d65637558))
* **deps:** update dependency memfs to v4.14.0 ([4dd20c3](https://github.com/boneskull/snapshot-fs/commit/4dd20c33c5d0a7d409ab769f2fa1a41bf81ab4fe))

## [1.0.3](https://github.com/boneskull/snapshot-fs/compare/snapshot-fs-v1.0.2...snapshot-fs-v1.0.3) (2024-09-23)


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.3",
"version": "1.0.4",
"type": "module",
"description": "Create a filesystem snapshot for use with memfs",
"author": "Christopher Hiller <[email protected]>",
Expand Down

0 comments on commit 5e777c4

Please sign in to comment.