Skip to content

Commit

Permalink
chore: release git-semver-tags 8.0.0 (#1238)
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 Apr 26, 2024
1 parent e34c96d commit fbd1b3b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Expand Up @@ -13,7 +13,7 @@
"packages/conventional-changelog-codemirror": "5.0.0",
"packages/conventional-changelog-angular": "8.0.0",
"packages/conventional-changelog-atom": "5.0.0",
"packages/git-semver-tags": "7.0.1",
"packages/git-semver-tags": "8.0.0",
"packages/conventional-commits-filter": "5.0.0",
"packages/conventional-changelog-preset-loader": "5.0.0",
"packages/conventional-recommended-bump": "10.0.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/git-semver-tags/CHANGELOG.md
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/git-semver-tags-v7.0.1...git-semver-tags-v8.0.0) (2024-04-26)


### ⚠ BREAKING CHANGES

* Node >= 18 is required
* **git-semver-tags:** refactored to use @conventional-changelog/git-client ([#1203](https://github.com/conventional-changelog/conventional-changelog/issues/1203))
* Now all packages, except gulp-conventional-changelog, are ESM-only.

### Features

* drop node 16 support ([#1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff))
* **git-semver-tags:** refactored to use @conventional-changelog/git-client ([#1203](https://github.com/conventional-changelog/conventional-changelog/issues/1203)) ([7ac1860](https://github.com/conventional-changelog/conventional-changelog/commit/7ac186060b16ea66847c401d57ca78157329d778))
* move from CommonJS to ESM ([#1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2))


### Bug Fixes

* **deps:** update dependency meow to v13 ([#1190](https://github.com/conventional-changelog/conventional-changelog/issues/1190)) ([862f66b](https://github.com/conventional-changelog/conventional-changelog/commit/862f66ba99989af2d44a524b11bc3a873426b00b))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/git-semver-tags/package.json
@@ -1,7 +1,7 @@
{
"name": "git-semver-tags",
"type": "module",
"version": "7.0.1",
"version": "8.0.0",
"description": "Get all git semver tags of your repository in reverse chronological order.",
"author": {
"name": "Steve Mao",
Expand Down

0 comments on commit fbd1b3b

Please sign in to comment.