Skip to content

Commit

Permalink
chore: release git-client 1.0.1 (#1265)
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] committed May 6, 2024
1 parent 79eda8b commit d3b8aaa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"packages/conventional-changelog-core": "8.0.0",
"packages/standard-changelog": "6.0.0",
"packages/gulp-conventional-changelog": "5.0.0",
"packages/git-client": "1.0.0"
"packages/git-client": "1.0.1"
}
7 changes: 7 additions & 0 deletions packages/git-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/git-client-v1.0.0...git-client-v1.0.1) (2024-05-06)


### Bug Fixes

* **git-client:** trigger update peer dependencies versions ([79eda8b](https://github.com/conventional-changelog/conventional-changelog/commit/79eda8b2ef17a11b8d6a44a587cdbb27e273e479))

## 1.0.0 (2024-04-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/git-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@conventional-changelog/git-client",
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple git client for conventional changelog packages.",
"author": {
"name": "Dan Onoshko",
Expand Down

0 comments on commit d3b8aaa

Please sign in to comment.