Skip to content

Commit

Permalink
chore(release): 3.0.1
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2024-04-09)

### Bug Fixes

* **gitlab:** add custom tag format without leading v ([deb8833](deb8833))
  • Loading branch information
semantic-release-bot committed Apr 9, 2024
1 parent b9c50fe commit 874ed2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.1](https://github.com/JonasSchubert/semantic-release-presets/compare/v3.0.0...v3.0.1) (2024-04-09)


### Bug Fixes

* **gitlab:** add custom tag format without leading v ([deb8833](https://github.com/JonasSchubert/semantic-release-presets/commit/deb88336aeeb0909ab0fb0823f5b495ea525cca2))

# [3.0.0](https://github.com/JonasSchubert/semantic-release-presets/compare/v2.0.6...v3.0.0) (2023-12-03)


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": "semantic-release-presets",
"version": "3.0.0",
"version": "3.0.1",
"description": "Semantic release presets and plugins for various projects.",
"scripts": {
"prepare": "is-ci || husky install"
Expand Down

0 comments on commit 874ed2a

Please sign in to comment.