chore(master): release crunches 2.0.3 (#15)

This commit is contained in:
Ruben R 2024-12-08 22:48:19 -06:00 committed by cha0s
parent 3c32d10b82
commit 0135ae1bd2
4 changed files with 11 additions and 4 deletions

View File

@ -1 +1 @@
{".":"2.0.2"}
{".":"2.0.3"}

View File

@ -1,5 +1,12 @@
# Changelog
## [2.0.3](https://github.com/cha0s/crunches/compare/crunches-v2.0.2...crunches-v2.0.3) (2024-12-09)
### Bug Fixes
* pass offset to size ([e64185e](https://github.com/cha0s/crunches/commit/e64185e67afdb976c0b432ff421659a17efaf07e))
## [2.0.2](https://github.com/cha0s/crunches/compare/crunches-v2.0.1...crunches-v2.0.2) (2024-12-04)

4
package-lock.json generated
View File

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

View File

@ -33,5 +33,5 @@
},
"sideEffects": false,
"type": "module",
"version": "2.0.2"
"version": "2.0.3"
}