Skip to content

Commit

Permalink
chore: release 3.0.0 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 13, 2022
1 parent 36cb4bc commit dfdb274
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "2.1.0"
".": "3.0.0"
}
16 changes: 16 additions & 0 deletions 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`
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fs-minipass",
"version": "2.1.0",
"version": "3.0.0",
"main": "lib/index.js",
"scripts": {
"test": "tap",
Expand Down

0 comments on commit dfdb274

Please sign in to comment.