Skip to content

Commit

Permalink
chore(master): release git-raw-commits 3.0.0 (#1004)
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>
  • Loading branch information
github-actions[bot] committed Jun 6, 2023
1 parent 445c796 commit 571f2d5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/conventional-changelog-cli": "2.2.2",
"packages/conventional-changelog": "3.1.25",
"packages/conventional-commits-parser": "3.2.4",
"packages/git-raw-commits": "2.0.11",
"packages/git-raw-commits": "3.0.0",
"packages/conventional-changelog-writer": "5.0.1",
"packages/conventional-changelog-jshint": "3.0.0",
"packages/conventional-changelog-jquery": "4.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/git-raw-commits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/git-raw-commits-v2.0.11...git-raw-commits-v3.0.0) (2023-06-06)


### ⚠ BREAKING CHANGES

* Node >= 14 is required

### Code Refactoring

* drop lodash from dependencies where it possible ([#959](https://github.com/conventional-changelog/conventional-changelog/issues/959)) ([a8b4e12](https://github.com/conventional-changelog/conventional-changelog/commit/a8b4e12883021231befc6bdfeb95a9b50637f361))

### [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/git-raw-commits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-raw-commits",
"version": "2.0.11",
"version": "3.0.0",
"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 571f2d5

Please sign in to comment.