Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbrodusch committed Dec 30, 2022
1 parent d1640a7 commit 1ffc2ac
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

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.1.0](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.0.2...v0.1.0) (2022-12-30)


### Features

* vitest-fail-on-console and related tests ([8d86652](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/8d86652f2c858d7bd5a364d7947b11968611bd5d))


### Documentation

* add CONTRIBUTING.md and CODE_OF_CONDUCT.md ([563ff79](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/563ff79765590a2f686b0669cb2e2ac2aab1ef23))
* add README.md ([b7079e1](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/b7079e1ae514ca1b855717938a369b4ffe3baab7))
* add some examples/ ([d1640a7](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/d1640a713944c3bff2a319d4f19e5a6ffd34767b))
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitest-fail-on-console",
"version": "0.0.1",
"version": "0.1.0",
"description": "Utility to make vitest tests fail when console.error() or console.warn() are used",
"main": "index.js",
"scripts": {
Expand All @@ -19,8 +19,9 @@
},
"keywords": [
"vitest",
"console",
"fail"
"testing",
"utility",
"console-warning"
],
"author": "Thomas Brodusch <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 1ffc2ac

Please sign in to comment.