Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymeh committed Aug 31, 2022
1 parent d102123 commit 030da1a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@
All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [1.1.0](https://github.com/jaymeh/conventional-changelog-parser/compare/v1.0.2...v1.1.0) (2022-08-31)

### Features


##### Ci

* Adds ability to automatically build and attach a new binary. ([9fcdba](https://github.com/jaymeh/conventional-changelog-parser/commit/9fcdba788d65868401577041d6697c181bb1a49e))

### Bug Fixes


##### Test

* Fixes a side effect of the test now that we have a release. ([977f6c](https://github.com/jaymeh/conventional-changelog-parser/commit/977f6ce476382237f9e6af31fe685afdc6cb2c8f))


---

## [1.0.2](https://github.com/jaymeh/conventional-changelog-parser/compare/v1.0.1...v1.0.2) (2022-08-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
"bin": [
"changelog-checker"
],
"version": "1.0.2"
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 030da1a

Please sign in to comment.