chore(version): v2.0.0

This commit is contained in:
T. R. Bernstein
2025-04-21 22:21:50 +02:00
parent c7aedc3dbc
commit 998f003492
3 changed files with 26 additions and 1 deletions

View File

@@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## v2.0.0 - 2025-04-21
### Package updates
- core-extensions bumped to core-extensions-v2.0.0
### Global changes
#### Features
- **(pkg)** Add core extensions package - (1ba1659) - *trbernstein*
#### Refactoring
- **(core-extensions)** Use roolup to inline internal modules - (1b93170) - *trbernstein*
#### Tests
- **(core-extensions)** Add & configure vitest - (2e7c604) - *trbernstein*
- - -
## v1.0.2 - 1970-01-01
### Package updates
- vitest-config bumped to vitest-config-v1.0.2

View File

@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## core-extensions-v2.0.0 - 2025-04-21
#### Features
- **(core-extensions)** Rename Object.map to mapValues - (9c14996) - *trbernstein*
#### Miscellaneous Chores
- **(core-extensions)** Add CHANGELOG - (c7aedc3) - *trbernstein*
#### Refactoring
- **(core-extensions)** Use roolup to inline internal modules - (1b93170) - *trbernstein*
#### Tests
- **(core-extensions)** Add & configure vitest - (2e7c604) - *trbernstein*
- - -
## v2.0.0 - 2025-04-21
### Package updates
- core-extensions bumped to core-extensions-v2.0.0

View File

@@ -1,7 +1,7 @@
{
"name": "@tabshift/core-extensions",
"description": "Extensions to JavaScript core objects",
"version": "1.0.0",
"version": "2.0.0",
"type": "module",
"files": [
"dist"