Skip to content

Commit

Permalink
chore(main): release snapshot-fs 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and boneskull committed Jan 14, 2025
1 parent 00cbd1b commit 3ae3466
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 @@
{
".": "3.0.0"
".": "3.1.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.1.0](https://github.com/boneskull/snapshot-fs/compare/snapshot-fs-v3.0.0...snapshot-fs-v3.1.0) (2025-01-14)


### Features

* **export:** support DirectoryJSON exports ([07fb5c4](https://github.com/boneskull/snapshot-fs/commit/07fb5c4e7b92784a1f68ed4fdb37946607784972))


### Bug Fixes

* **cli:** fix unrunnable CLI with binary flag ([55a0788](https://github.com/boneskull/snapshot-fs/commit/55a0788bd27062ae048da763b1dcf158ce0c30af))

## [3.0.0](https://github.com/boneskull/snapshot-fs/compare/snapshot-fs-v2.0.0...snapshot-fs-v3.0.0) (2025-01-14)


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": "3.0.0",
"version": "3.1.0",
"type": "module",
"description": "Create a filesystem snapshot for use with memfs",
"repository": {
Expand Down

0 comments on commit 3ae3466

Please sign in to comment.