Skip to content

Commit

Permalink
chore(master): release crunches 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cha0s committed Dec 2, 2024
1 parent 71b4442 commit 195975d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.5.1"}
{".":"2.0.0"}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.0.0](https://github.com/cha0s/crunches/compare/crunches-v1.5.1...crunches-v2.0.0) (2024-12-02)


### ⚠ BREAKING CHANGES

* encoding ergonomics

### Features

* encoding ergonomics ([71b4442](https://github.com/cha0s/crunches/commit/71b44424b1240f391318c63830bc140fe578a10e))


### Bug Fixes

* alignment ([58ba4d0](https://github.com/cha0s/crunches/commit/58ba4d0af4a8da02df676fd050dc6cc12397a239))
* error ergonomics ([d9e373d](https://github.com/cha0s/crunches/commit/d9e373d95748fecf05b178177f882af9c28fb6fc))

## [1.5.1](https://github.com/cha0s/crunches/compare/crunches-v1.5.0...crunches-v1.5.1) (2024-12-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
},
"sideEffects": false,
"type": "module",
"version": "1.5.1"
"version": "2.0.0"
}

0 comments on commit 195975d

Please sign in to comment.