Skip to content

Commit

Permalink
chore(master): release conventional-changelog-ember 3.0.0 (#993)
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 b3b896b commit e473d0c
Show file tree
Hide file tree
Showing 3 changed files with 26 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 @@ -8,5 +8,6 @@
"packages/conventional-changelog-jshint": "3.0.0",
"packages/conventional-changelog-jquery": "4.0.0",
"packages/conventional-changelog-express": "3.0.0",
"packages/conventional-changelog-eslint": "4.0.0"
"packages/conventional-changelog-eslint": "4.0.0",
"packages/conventional-changelog-ember": "3.0.0"
}
23 changes: 23 additions & 0 deletions packages/conventional-changelog-ember/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
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/conventional-changelog-ember-v2.0.9...conventional-changelog-ember-v3.0.0) (2023-06-06)


### ⚠ BREAKING CHANGES

* now all promises are native
* Node >= 14 is required

### Features

* **preset:** add recommended-bump opts into presets ([60815b5](https://github.com/conventional-changelog/conventional-changelog/commit/60815b50bc68b50a8430c21ec0499273a4a1c402))
* re-use parser options within each preset ([#335](https://github.com/conventional-changelog/conventional-changelog/issues/335)) ([d3eaacf](https://github.com/conventional-changelog/conventional-changelog/commit/d3eaacfe642eb7e076e4879a3202cc60ca626b59))

### Bug Fixes

* use full commit hash in commit link ([7a60dec](https://github.com/conventional-changelog/conventional-changelog/commit/7a60decb6979efb5026e399e962313e69b005b22)), closes [#476](https://github.com/conventional-changelog/conventional-changelog/issues/476)

### 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))
* remove anchor from header templates ([#301](https://github.com/conventional-changelog/conventional-changelog/issues/301)) ([346f24f](https://github.com/conventional-changelog/conventional-changelog/commit/346f24f0f8d92b64ed62658796d1876a52ec3ab3))

## [2.0.9](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-ember@2.0.8...conventional-changelog-ember@2.0.9) (2020-11-05)

**Note:** Version bump only for package conventional-changelog-ember
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-ember",
"version": "2.0.9",
"version": "3.0.0",
"description": "conventional-changelog ember preset",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e473d0c

Please sign in to comment.