Skip to content

Commit

Permalink
chore(main): release snapshot-fs 3.0.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 75d0732 commit 234b8e8
Show file tree
Hide file tree
Showing 4 changed files with 15 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 @@
{
".": "2.0.0"
".": "3.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* **export:** Node.js v22.13.0 is now the minimum version. The CLI commands have changed.

### Features

* **export:** add export subcommand ([74bb944](https://github.com/boneskull/snapshot-fs/commit/74bb9444d546444ae5506758ba240d73fc5cffb8)), closes [#224](https://github.com/boneskull/snapshot-fs/issues/224)

## [2.0.0](https://github.com/boneskull/snapshot-fs/compare/snapshot-fs-v1.0.7...snapshot-fs-v2.0.0) (2025-01-13)


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

0 comments on commit 234b8e8

Please sign in to comment.