Skip to content

Commit

Permalink
chore(release): 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbrodusch committed Jul 22, 2023
1 parent 59357f1 commit de870af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.4.2](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.3.1...v0.4.2) (2023-07-22)


### Bug Fixes

* **#9:** 0.4.0 breaks usage with globals: true ([59357f1](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/59357f19f5667881a8e736ca93bf88bfeeca1394)), closes [#9](https://github.com/thomasbrodusch/vitest-fail-on-console/issues/9)
* typing export ([426f7ce](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/426f7ce55259eb525fcc560928acfa5780310e1b)), closes [#10](https://github.com/thomasbrodusch/vitest-fail-on-console/issues/10)
* update index.ts to work without global option set to true ([4665ede](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/4665ede23d9d5c109f96868536ce2c60398f361b))

### [0.4.1](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.3.1...v0.4.1) (2023-06-23)

### Security issues
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitest-fail-on-console",
"version": "0.4.1",
"version": "0.4.2",
"description": "Utility to make vitest tests fail when console.error() or console.warn() are used",
"scripts": {
"prebuild": "rm -rf dist",
Expand Down

0 comments on commit de870af

Please sign in to comment.