From 95384dbd105ffe4f86bbc6ccad3e5405a1cbfe04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 19:39:15 +0000 Subject: [PATCH] chore(master): release git-raw-commits 2.0.11 (#894) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe --- .release-please-manifest.json | 3 ++- packages/git-raw-commits/CHANGELOG.md | 7 +++++++ packages/git-raw-commits/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eaf32880f..e416bd0f7 100644 --- a/.release-please-manifest.json +++ b/.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" } \ No newline at end of file diff --git a/packages/git-raw-commits/CHANGELOG.md b/packages/git-raw-commits/CHANGELOG.md index 974ab628f..e7b8b5e84 100644 --- a/packages/git-raw-commits/CHANGELOG.md +++ b/packages/git-raw-commits/CHANGELOG.md @@ -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) diff --git a/packages/git-raw-commits/package.json b/packages/git-raw-commits/package.json index 99a377d44..cae640d3b 100644 --- a/packages/git-raw-commits/package.json +++ b/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"