chore(version): v3.0.0

This commit is contained in:
T. R. Bernstein
2025-06-18 09:28:25 +02:00
parent 757066091a
commit b52e5ca6a6
5 changed files with 31 additions and 4 deletions

View File

@@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## vitest-config-v2.0.2 - 2025-06-18
Note: The minor version change was required by npm registry, because we had
already test published a version 2.0.0 and 2.0.1.
#### Features
- **(vitest-config)** Return the plain config object - (7570660) - *trbernstein*
- - -
## vitest-config-v1.0.2 - 2025-02-27
#### Bug Fixes
- Decode URL for vitest - (e1c6ac1) - trbernstein
@@ -14,4 +23,4 @@ All notable changes to this project will be documented in this file. See [conven
- - -
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

View File

@@ -1,7 +1,7 @@
{
"name": "@tabshift/vitest-config",
"description": "Shared TypeScript config of Tabshift",
"version": "1.0.2",
"version": "2.0.2",
"type": "module",
"scripts": {
"build": "tsc",