Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbrodusch committed Jan 2, 2023
1 parent 224df0e commit 898f865
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.2.0 (2023-01-02)


### Features

* add @/types ([d2a8603](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/d2a8603e9740f0aadea935c866ee5dc0be2427b9))
* update core ([d9938c6](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/d9938c643d0e627b74f40c91c6237300a81b387c))

### Documentation

* update README.md ([224df0e](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/224df0e2b41837016adb2a92fba3197171e2c2d1))

### 0.1.1 (2022-12-30)


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.1.1",
"version": "0.2.0",
"description": "Utility to make vitest tests fail when console.error() or console.warn() are used",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 898f865

Please sign in to comment.