chore(master): release crunches 2.0.1 (#13)

This commit is contained in:
Ruben R 2024-12-02 06:39:57 -06:00 committed by GitHub
parent 22275afd3b
commit 0d430464ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 4 deletions

View File

@ -1 +1 @@
{".":"2.0.0"}
{".":"2.0.1"}

View File

@ -1,5 +1,13 @@
# Changelog
## [2.0.1](https://github.com/cha0s/crunches/compare/crunches-v2.0.0...crunches-v2.0.1) (2024-12-02)
### Bug Fixes
* benchmark ([34fc1cb](https://github.com/cha0s/crunches/commit/34fc1cbf8793624551916405c44be556024bb8a3))
* modern exports ([22275af](https://github.com/cha0s/crunches/commit/22275afd3be47083aa63535214c1615ac207069c))
## [2.0.0](https://github.com/cha0s/crunches/compare/crunches-v1.5.1...crunches-v2.0.0) (2024-12-02)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "crunches",
"version": "2.0.0",
"version": "2.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "crunches",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"devDependencies": {
"@vitest/coverage-v8": "^1.6.0",

View File

@ -33,5 +33,5 @@
},
"sideEffects": false,
"type": "module",
"version": "2.0.0"
"version": "2.0.1"
}