Skip to content

Commit

Permalink
chore(master): release git-semver-tags 7.0.1 (#1147)
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 Sep 10, 2023
1 parent e3a643a commit fac8045
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
Expand Up @@ -13,7 +13,7 @@
"packages/conventional-changelog-codemirror": "4.0.0",
"packages/conventional-changelog-angular": "7.0.0",
"packages/conventional-changelog-atom": "4.0.0",
"packages/git-semver-tags": "7.0.0",
"packages/git-semver-tags": "7.0.1",
"packages/conventional-commits-filter": "4.0.0",
"packages/conventional-changelog-preset-loader": "4.1.0",
"packages/conventional-recommended-bump": "9.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/git-semver-tags/CHANGELOG.md
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.

## [7.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/git-semver-tags-v7.0.0...git-semver-tags-v7.0.1) (2023-09-10)


### Bug Fixes

* **git-semver-tags:** make sure that tags are sorted by date ([#1145](https://github.com/conventional-changelog/conventional-changelog/issues/1145)) ([e170b47](https://github.com/conventional-changelog/conventional-changelog/commit/e170b47cbb21e059d9fec41c6adc25a4a242d9c0))

## [7.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/git-semver-tags-v6.0.0...git-semver-tags-v7.0.0) (2023-09-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/git-semver-tags/package.json
@@ -1,6 +1,6 @@
{
"name": "git-semver-tags",
"version": "7.0.0",
"version": "7.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 fac8045

Please sign in to comment.