diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 969d3db..d4f6f29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a9e2e99 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [3.0.0](https://github.com/npm/fs-minipass/compare/v2.1.0...v3.0.0) (2022-12-12) + +### ⚠️ BREAKING CHANGES + +* `fs-minipass` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + +* [`bc88a4e`](https://github.com/npm/fs-minipass/commit/bc88a4e53a1b20d9e3856376c4bf5c17e56dd994) add template-oss (@lukekarrys) + +### Dependencies + +* [`36cb4bc`](https://github.com/npm/fs-minipass/commit/36cb4bc20613b7228dc3d1b6cd52fd1d37b6d449) [#19](https://github.com/npm/fs-minipass/pull/19) `minipass@4.0.0` +* [`1f1a5eb`](https://github.com/npm/fs-minipass/commit/1f1a5ebeccfa277cd65e3d2456d529146f98a6f5) `mutate-fs@2.1.1` diff --git a/package.json b/package.json index 5efc119..b9a6913 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-minipass", - "version": "2.1.0", + "version": "3.0.0", "main": "lib/index.js", "scripts": { "test": "tap",