Skip to content

Commit

Permalink
chore(release): 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbrodusch committed Jun 23, 2023
1 parent 426f7ce commit 0134233
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.1](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.3.1...v0.4.1) (2023-06-23)

### Security issues
* Dependency vite:4.3.5 is vulnerable, safe version 4.3.9

* CVE-2023-34092 7.5 Exposure of Sensitive Information to an Unauthorized Actor vulnerability pending CVSS allocation

### Bug Fixes

* 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))

#### Contributors: @magnattic

## [0.4.0](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.3.1...v0.4.0) (2023-05-06)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitest-fail-on-console",
"version": "0.4.0",
"version": "0.4.1",
"description": "Utility to make vitest tests fail when console.error() or console.warn() are used",
"scripts": {
"prebuild": "rm -rf dist",
Expand Down Expand Up @@ -51,10 +51,10 @@
"standard-version": "^9.5.0",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "4.3.5",
"vite": "4.3.9",
"vite-plugin-dts": "^1.7.1",
"vitest": "^0.26.2",
"vite-plugin-node-stdlib-browser": "^0.2.1"
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vitest": "^0.26.2"
},
"dependencies": {
"chalk": "^5.2.0",
Expand Down

0 comments on commit 0134233

Please sign in to comment.