Skip to content

Commit

Permalink
chore: release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nlf committed Jan 30, 2023
1 parent 97116ba commit f253f32
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "3.0.0"
".": "3.0.1"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [3.0.1](https://github.com/npm/fs-minipass/compare/v3.0.0...v3.0.1) (2023-01-30)

### Bug Fixes

* [`97116ba`](https://github.com/npm/fs-minipass/commit/97116ba3e5644ee0b295a49d4f92358693b0a823) [#25](https://github.com/npm/fs-minipass/pull/25) only flush the queue after open if not already writing (#25) (@nlf)

## [3.0.0](https://github.com/npm/fs-minipass/compare/v2.1.0...v3.0.0) (2022-12-12)

### ⚠️ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fs-minipass",
"version": "3.0.0",
"version": "3.0.1",
"main": "lib/index.js",
"scripts": {
"test": "tap",
Expand Down

0 comments on commit f253f32

Please sign in to comment.