Skip to content

Commit

Permalink
chore(main): release 2.3.1 (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 10, 2024
1 parent b700edc commit 6dd6b88
Show file tree
Hide file tree
Showing 4 changed files with 11 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,4 +1,4 @@
{
".": "2.3.0",
".": "2.3.1",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/manifest.json"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.3.1](https://github.com/cherrypush/cherry-cli/compare/v2.3.0...v2.3.1) (2024-10-05)


### Bug Fixes

* security updates for vite and rollup ([6aa7b3e](https://github.com/cherrypush/cherry-cli/commit/6aa7b3e0b92d93913fc1d059906805a7479e3e88))

## [2.3.0](https://github.com/cherrypush/cherry-cli/compare/v2.2.1...v2.3.0) (2024-10-04)


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
@@ -1,6 +1,6 @@
{
"name": "cherrypush",
"version": "2.3.0",
"version": "2.3.1",
"description": "Cherry CLI to manage your technical debt via cherrypush.com 🍒",
"source": "./bin/cherry.ts",
"type": "module",
Expand Down

0 comments on commit 6dd6b88

Please sign in to comment.