Skip to content

Commit

Permalink
chore(release): 1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Oct 27, 2022
1 parent ef97fb0 commit 92e3adb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@
All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [1.15.4](https://github.com/marcocesarato/php-conventional-changelog/compare/v1.15.3...v1.15.4) (2022-10-27)

### Bug Fixes

* Restore last tag with refname method ([ef97fb](https://github.com/marcocesarato/php-conventional-changelog/commit/ef97fb098fb25b6f9c6c285fe2ffb32d8fc06211))


---

## [1.15.3](https://github.com/marcocesarato/php-conventional-changelog/compare/v1.15.2...v1.15.3) (2022-10-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

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

![Version](https://img.shields.io/badge/version-1.15.2-brightgreen?style=for-the-badge)
![Version](https://img.shields.io/badge/version-1.15.4-brightgreen?style=for-the-badge)
![Requirements](https://img.shields.io/badge/php-%3E%3D%207.1.3-4F5D95?style=for-the-badge)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow?style=for-the-badge)](https://conventionalcommits.org)
![License](https://img.shields.io/github/license/marcocesarato/php-conventional-changelog?style=for-the-badge)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "marcocesarato/php-conventional-changelog",
"description": "Generate changelogs and release notes from a project's commit messages and metadata and automate versioning with semver.org and conventionalcommits.org",
"version": "1.15.3",
"version": "1.15.4",
"type": "library",
"license": "GPL-3.0-or-later",
"minimum-stability": "stable",
Expand Down
2 changes: 1 addition & 1 deletion conventional-changelog
Expand Up @@ -27,7 +27,7 @@ $command = new DefaultCommand($config);
$commandName = $command->getName();

// Run application single command
$application = new Application('conventional-changelog', '1.15.2');
$application = new Application('conventional-changelog', '1.15.4');
$application->add($command);
$application->setDefaultCommand($commandName, true);
$application->run();

0 comments on commit 92e3adb

Please sign in to comment.