Skip to content

Commit

Permalink
chore(main): release git-clerk 1.1.0 (#62)
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 23, 2024
1 parent 22109df commit a5ccea3
Show file tree
Hide file tree
Showing 4 changed files with 16 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,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/EOX-A/git-clerk/compare/git-clerk-v1.0.0...git-clerk-v1.1.0) (2024-12-23)


### Features

* Add dependency ([#61](https://github.com/EOX-A/git-clerk/issues/61)) ([2683fec](https://github.com/EOX-A/git-clerk/commit/2683fec476d6e0c7671080b1ebd84ab52b28d657))


### Bug Fixes

* Remove symbols from branch's slug name ([#64](https://github.com/EOX-A/git-clerk/issues/64)) ([22109df](https://github.com/EOX-A/git-clerk/commit/22109dfbc4ad9b9a7b3b937e0770ae0980ac49d2))

## [1.0.0](https://github.com/EOX-A/git-clerk/compare/git-clerk-v1.0.0-alpha.1...git-clerk-v1.0.0) (2024-12-16)


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": "git-clerk",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit a5ccea3

Please sign in to comment.