Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
### [3.0.1](v3.0.0...v3.0.1) (2022-04-05)

### Bug Fixes

* **deps:** update dependency zod to v3.14.4 ([2c8986c](2c8986c))

### Tests

* don't check option parsing error messages ([285fa76](285fa76))
  • Loading branch information
vidavidorra-release committed Apr 5, 2022
1 parent dac021d commit e3c339e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### [3.0.1](https://github.com/vidavidorra/bunyan-pretty-stream/compare/v3.0.0...v3.0.1) (2022-04-05)

### Bug Fixes

- **deps:** update dependency zod to v3.14.4 ([2c8986c](https://github.com/vidavidorra/bunyan-pretty-stream/commit/2c8986ca501e1f76fe09e6b5ee23941c7de4059f))

### Tests

- don't check option parsing error messages ([285fa76](https://github.com/vidavidorra/bunyan-pretty-stream/commit/285fa766cc9d1dd7771f64be84d21e859c3b24c5))

## [3.0.0](https://github.com/vidavidorra/bunyan-pretty-stream/compare/v2.0.11...v3.0.0) (2022-03-25)

### ⚠ BREAKING CHANGES
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": "@vidavidorra/bunyan-pretty-stream",
"version": "3.0.0",
"version": "3.0.1",
"description": "Highly configurable Bunyan stream with pretty output.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit e3c339e

Please sign in to comment.