chore(version): v2.0.0
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@@ -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.
|
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
|
## v1.0.2 - 1970-01-01
|
||||||
### Package updates
|
### Package updates
|
||||||
- vitest-config bumped to vitest-config-v1.0.2
|
- vitest-config bumped to vitest-config-v1.0.2
|
||||||
|
|||||||
@@ -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.
|
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
|
## v2.0.0 - 2025-04-21
|
||||||
### Package updates
|
### Package updates
|
||||||
- core-extensions bumped to core-extensions-v2.0.0
|
- core-extensions bumped to core-extensions-v2.0.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@tabshift/core-extensions",
|
"name": "@tabshift/core-extensions",
|
||||||
"description": "Extensions to JavaScript core objects",
|
"description": "Extensions to JavaScript core objects",
|
||||||
"version": "1.0.0",
|
"version": "2.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|||||||
Reference in New Issue
Block a user