Skip to content

Commit 7dafba3

Browse files
committed
chore(release): 1.15.5
1 parent a71a4bb commit 7dafba3

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
All notable changes to this project will be documented in this file.
55
<!--- END HEADER -->
66

7+
## [1.15.5](https://github.com/marcocesarato/php-conventional-changelog/compare/v1.15.4...v1.15.5) (2022-11-04)
8+
9+
### Bug Fixes
10+
11+
* Bump first time with extra version ([22b302](https://github.com/marcocesarato/php-conventional-changelog/commit/22b302aae1490eb78c018db9ed5148669d63c9d9))
12+
* Extra tag bumping ([b6223f](https://github.com/marcocesarato/php-conventional-changelog/commit/b6223f47171af784e5c2a578db13d8afe49f1904))
13+
* Semantic version regex compare ([a71a4b](https://github.com/marcocesarato/php-conventional-changelog/commit/a71a4bbaf46a72ffa27b5153a9da60554845ec31))
14+
15+
16+
---
17+
718
## [1.15.4](https://github.com/marcocesarato/php-conventional-changelog/compare/v1.15.3...v1.15.4) (2022-10-27)
819

920
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<h1 align="center">PHP Conventional Changelog</h1>
44

5-
![Version](https://img.shields.io/badge/version-1.15.4-brightgreen?style=for-the-badge)
5+
![Version](https://img.shields.io/badge/version-1.15.5-brightgreen?style=for-the-badge)
66
![Requirements](https://img.shields.io/badge/php-%3E%3D%207.1.3-4F5D95?style=for-the-badge)
77
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow?style=for-the-badge)](https://conventionalcommits.org)
88
![License](https://img.shields.io/github/license/marcocesarato/php-conventional-changelog?style=for-the-badge)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "marcocesarato/php-conventional-changelog",
33
"description": "Generate changelogs and release notes from a project's commit messages and metadata and automate versioning with semver.org and conventionalcommits.org",
4-
"version": "1.15.4",
4+
"version": "1.15.5",
55
"type": "library",
66
"license": "GPL-3.0-or-later",
77
"minimum-stability": "stable",

conventional-changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $command = new DefaultCommand($config);
2727
$commandName = $command->getName();
2828

2929
// Run application single command
30-
$application = new Application('conventional-changelog', '1.15.4');
30+
$application = new Application('conventional-changelog', '1.15.5');
3131
$application->add($command);
3232
$application->setDefaultCommand($commandName, true);
3333
$application->run();

0 commit comments

Comments
 (0)