Skip to content

Commit

Permalink
chore(main): release 2.3.2 (#146)
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 Dec 7, 2024
1 parent 686943b commit fa5cf83
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.1",
".": "2.3.2",
"$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.2](https://github.com/cherrypush/cherry-cli/compare/v2.3.1...v2.3.2) (2024-12-07)


### Bug Fixes

* cherry init template should explicitly set up repository info ([#145](https://github.com/cherrypush/cherry-cli/issues/145)) ([9734a1e](https://github.com/cherrypush/cherry-cli/commit/9734a1e81446472e5d3a2e9070500f2aa4ecbeb4))

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


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

0 comments on commit fa5cf83

Please sign in to comment.