chore(master): release crunches 2.0.3 (#15)
This commit is contained in:
parent
3c32d10b82
commit
0135ae1bd2
|
@ -1 +1 @@
|
|||
{".":"2.0.2"}
|
||||
{".":"2.0.3"}
|
|
@ -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
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -33,5 +33,5 @@
|
|||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "2.0.2"
|
||||
"version": "2.0.3"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user