chore(version): v3.1.0

This commit is contained in:
T. R. Bernstein
2025-06-18 10:07:07 +02:00
parent 6cec2de318
commit 6f13c15c4c
3 changed files with 14 additions and 1 deletions

View File

@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## v3.1.0 - 1970-01-01
### Package updates
- vitest-config bumped to vitest-config-v2.1.0
### Global changes
- - -
## v3.0.0 - 2025-06-18
### Package updates
- vitest-config bumped to vitest-config-v2.0.0

View File

@@ -2,6 +2,12 @@
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.1.0 - 2025-06-18
#### Features
- **(vitest-config)** Add type annotation to config function - (6cec2de) - *trbernstein*
- - -
## 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.

View File

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