chore(version): v3.1.0
This commit is contained in:
@@ -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.
|
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
|
## v3.0.0 - 2025-06-18
|
||||||
### Package updates
|
### Package updates
|
||||||
- vitest-config bumped to vitest-config-v2.0.0
|
- vitest-config bumped to vitest-config-v2.0.0
|
||||||
|
|||||||
@@ -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.
|
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
|
## vitest-config-v2.0.2 - 2025-06-18
|
||||||
Note: The minor version change was required by npm registry, because we had
|
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.
|
already test published a version 2.0.0 and 2.0.1.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@tabshift/vitest-config",
|
"name": "@tabshift/vitest-config",
|
||||||
"description": "Shared TypeScript config of Tabshift",
|
"description": "Shared TypeScript config of Tabshift",
|
||||||
"version": "2.0.2",
|
"version": "2.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
|||||||
Reference in New Issue
Block a user