Skip to content

Commit

Permalink
chore: prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jan 9, 2022
1 parent d0f858d commit 1bc1edd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 1.3.0 - 2022-01-09

### Added

- Support finding `composer.json` when ramsey/conventional-commits is bundled within a Phar (see [#29](https://github.com/ramsey/conventional-commits/pull/29)).
- Allow use of version 6.x of required Symfony packages.

### Changed

- Move captainhook/captainhook to `require-dev` and suggest it as a dependency.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 1.2.0 - 2021-11-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To see all the features of the console command, enter:
./vendor/bin/conventional-commits
```

### CaptainHook Plugin
### CaptainHook Action

To use ramsey/conventional-commits with CaptainHook as part of your `commit-msg`
and/or `prepare-commit-msg` Git hooks, be sure to require CaptainHook as a
Expand Down

0 comments on commit 1bc1edd

Please sign in to comment.