Skip to content

Commit

Permalink
chore(master): release git-semver-tags 5.0.1 (#1023)
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>
Co-authored-by: Dan Onoshko <danon0404@gmail.com>
  • Loading branch information
github-actions[bot] and dangreen committed Jul 9, 2023
1 parent c123ede commit 87914a3
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 @@ -13,7 +13,7 @@
"packages/conventional-changelog-codemirror": "3.0.0",
"packages/conventional-changelog-angular": "6.0.0",
"packages/conventional-changelog-atom": "3.0.0",
"packages/git-semver-tags": "5.0.0",
"packages/git-semver-tags": "5.0.1",
"packages/conventional-commits-filter": "3.0.0",
"packages/conventional-changelog-preset-loader": "3.0.0",
"packages/conventional-recommended-bump": "7.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/git-semver-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/git-semver-tags-v5.0.0...git-semver-tags-v5.0.1) (2023-07-09)


### Bug Fixes

* **deps:** update dependency semver to v7 [security] ([#1021](https://github.com/conventional-changelog/conventional-changelog/issues/1021)) ([31fa409](https://github.com/conventional-changelog/conventional-changelog/commit/31fa409e446a51a5a23e2217997d04364b89c1dd))

## [5.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/git-semver-tags-v4.1.1...git-semver-tags-v5.0.0) (2023-06-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/git-semver-tags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-semver-tags",
"version": "5.0.0",
"version": "5.0.1",
"description": "Get all git semver tags of your repository in reverse chronological order",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down

0 comments on commit 87914a3

Please sign in to comment.