Skip to content

Commit

Permalink
chore(master): release git-raw-commits 2.0.11 (#894)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
github-actions[bot] and bcoe committed Dec 29, 2021
1 parent e6f44ad commit 95384db
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
@@ -1,5 +1,6 @@
{
"packages/conventional-changelog-conventionalcommits": "4.6.2",
"packages/conventional-changelog-cli": "2.2.2",
"packages/conventional-changelog": "3.1.25"
"packages/conventional-changelog": "3.1.25",
"packages/git-raw-commits": "2.0.11"
}
7 changes: 7 additions & 0 deletions packages/git-raw-commits/CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [2.0.11](https://github.com/conventional-changelog/conventional-changelog/compare/git-raw-commits-v2.0.10...git-raw-commits-v2.0.11) (2021-12-29)


### Bug Fixes

* allow raw commits to be filtered by path and date range ([#893](https://github.com/conventional-changelog/conventional-changelog/issues/893)) ([b2245a7](https://github.com/conventional-changelog/conventional-changelog/commit/b2245a766c70d280380abbbe85c4894eee04fdd0))

### [2.0.10](https://www.github.com/conventional-changelog/conventional-changelog/compare/v2.0.9...v2.0.10) (2021-01-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/git-raw-commits/package.json
@@ -1,6 +1,6 @@
{
"name": "git-raw-commits",
"version": "2.0.10",
"version": "2.0.11",
"description": "Get raw git commits out of your repository using git-log(1)",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down

0 comments on commit 95384db

Please sign in to comment.