Skip to content

Commit

Permalink
chore(master): release conventional-changelog-angular 6.0.0 (#961)
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 0772453 commit c4ebf98
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"packages/conventional-changelog-express": "3.0.0",
"packages/conventional-changelog-eslint": "4.0.0",
"packages/conventional-changelog-ember": "3.0.0",
"packages/conventional-changelog-codemirror": "3.0.0"
"packages/conventional-changelog-codemirror": "3.0.0",
"packages/conventional-changelog-angular": "6.0.0"
}
13 changes: 13 additions & 0 deletions packages/conventional-changelog-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular-v5.0.13...conventional-changelog-angular-v6.0.0) (2023-06-05)


### ⚠ BREAKING CHANGES

* now all promises are native
* 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))
* drop q from dependencies ([#974](https://github.com/conventional-changelog/conventional-changelog/issues/974)) ([d0e5d59](https://github.com/conventional-changelog/conventional-changelog/commit/d0e5d5926c8addba74bc962553dd8bcfba90e228))

### [5.0.13](https://www.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular-vconventional-changelog-angular@5.0.12...conventional-changelog-angular-v5.0.13) (2021-09-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-angular",
"version": "5.0.13",
"version": "6.0.0",
"description": "conventional-changelog angular preset",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c4ebf98

Please sign in to comment.