diff --git a/packages/conventional-changelog-angular/CHANGELOG.md b/packages/conventional-changelog-angular/CHANGELOG.md index e244e8783..31e673fbe 100644 --- a/packages/conventional-changelog-angular/CHANGELOG.md +++ b/packages/conventional-changelog-angular/CHANGELOG.md @@ -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. +## [5.0.4](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@5.0.3...conventional-changelog-angular@5.0.4) (2019-10-02) + + +### Bug Fixes + +* use full commit hash in commit link ([7a60dec](https://github.com/conventional-changelog/conventional-changelog/commit/7a60dec)), closes [#476](https://github.com/conventional-changelog/conventional-changelog/issues/476) + + + + + ## [5.0.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-angular@5.0.2...conventional-changelog-angular@5.0.3) (2019-02-14) diff --git a/packages/conventional-changelog-angular/package.json b/packages/conventional-changelog-angular/package.json index 51728fe81..f60ad50d5 100644 --- a/packages/conventional-changelog-angular/package.json +++ b/packages/conventional-changelog-angular/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-angular", - "version": "5.0.3", + "version": "5.0.4", "description": "conventional-changelog angular preset", "main": "index.js", "scripts": { diff --git a/packages/conventional-changelog-atom/CHANGELOG.md b/packages/conventional-changelog-atom/CHANGELOG.md index 39ceeb510..29337a5ec 100644 --- a/packages/conventional-changelog-atom/CHANGELOG.md +++ b/packages/conventional-changelog-atom/CHANGELOG.md @@ -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. +## [2.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-atom@2.0.1...conventional-changelog-atom@2.0.2) (2019-10-02) + + +### Bug Fixes + +* use full commit hash in commit link ([7a60dec](https://github.com/conventional-changelog/conventional-changelog/commit/7a60dec)), closes [#476](https://github.com/conventional-changelog/conventional-changelog/issues/476) + + + + + ## [2.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-atom@2.0.0...conventional-changelog-atom@2.0.1) (2018-11-01) diff --git a/packages/conventional-changelog-atom/package.json b/packages/conventional-changelog-atom/package.json index fd837e33c..abc1e07a6 100644 --- a/packages/conventional-changelog-atom/package.json +++ b/packages/conventional-changelog-atom/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-atom", - "version": "2.0.1", + "version": "2.0.2", "description": "conventional-changelog atom preset", "main": "index.js", "scripts": { diff --git a/packages/conventional-changelog-cli/CHANGELOG.md b/packages/conventional-changelog-cli/CHANGELOG.md index eb89fac31..0a7335d70 100644 --- a/packages/conventional-changelog-cli/CHANGELOG.md +++ b/packages/conventional-changelog-cli/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.24](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.23...conventional-changelog-cli@2.0.24) (2019-10-02) + + +### Bug Fixes + +* **deps:** update dependency tempfile to v3 ([#459](https://github.com/conventional-changelog/conventional-changelog/issues/459)) ([c0bac28](https://github.com/conventional-changelog/conventional-changelog/commit/c0bac28)) +* **preset-loader:** fix handling conventionalcommits preset without config object ([6425972](https://github.com/conventional-changelog/conventional-changelog/commit/6425972)), closes [#512](https://github.com/conventional-changelog/conventional-changelog/issues/512) +* **preset, conventionalcommits:** fix handling conventionalcommits preset without config object ([c0566ce](https://github.com/conventional-changelog/conventional-changelog/commit/c0566ce)), closes [#512](https://github.com/conventional-changelog/conventional-changelog/issues/512) + + +### Reverts + +* "fix(preset-loader): fix handling conventionalcommits preset without config object" ([#520](https://github.com/conventional-changelog/conventional-changelog/issues/520)) ([417139c](https://github.com/conventional-changelog/conventional-changelog/commit/417139c)) + + + + + ## [2.0.23](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.22...conventional-changelog-cli@2.0.23) (2019-07-29) diff --git a/packages/conventional-changelog-cli/package.json b/packages/conventional-changelog-cli/package.json index 0e243d2eb..4ed4de628 100644 --- a/packages/conventional-changelog-cli/package.json +++ b/packages/conventional-changelog-cli/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-cli", - "version": "2.0.23", + "version": "2.0.24", "description": "Generate a changelog from git metadata", "bugs": { "url": "https://github.com/conventional-changelog/conventional-changelog/issues" diff --git a/packages/conventional-changelog-codemirror/CHANGELOG.md b/packages/conventional-changelog-codemirror/CHANGELOG.md index 9ff88b7b8..03501a034 100644 --- a/packages/conventional-changelog-codemirror/CHANGELOG.md +++ b/packages/conventional-changelog-codemirror/CHANGELOG.md @@ -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. +## [2.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-codemirror@2.0.1...conventional-changelog-codemirror@2.0.2) (2019-10-02) + + +### Bug Fixes + +* use full commit hash in commit link ([7a60dec](https://github.com/conventional-changelog/conventional-changelog/commit/7a60dec)), closes [#476](https://github.com/conventional-changelog/conventional-changelog/issues/476) + + + + + ## [2.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-codemirror@2.0.0...conventional-changelog-codemirror@2.0.1) (2018-11-01) diff --git a/packages/conventional-changelog-codemirror/package.json b/packages/conventional-changelog-codemirror/package.json index 80758e189..acefebe91 100644 --- a/packages/conventional-changelog-codemirror/package.json +++ b/packages/conventional-changelog-codemirror/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-codemirror", - "version": "2.0.1", + "version": "2.0.2", "description": "conventional-changelog CodeMirror preset", "main": "index.js", "scripts": { diff --git a/packages/conventional-changelog-conventionalcommits/CHANGELOG.md b/packages/conventional-changelog-conventionalcommits/CHANGELOG.md index e0f4ac948..085ac2e8b 100644 --- a/packages/conventional-changelog-conventionalcommits/CHANGELOG.md +++ b/packages/conventional-changelog-conventionalcommits/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.2.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@4.1.0...conventional-changelog-conventionalcommits@4.2.0) (2019-10-02) + + +### Bug Fixes + +* **preset, conventionalcommits:** fix handling conventionalcommits preset without config object ([c0566ce](https://github.com/conventional-changelog/conventional-changelog/commit/c0566ce)), closes [#512](https://github.com/conventional-changelog/conventional-changelog/issues/512) +* **preset, conventionalcommits:** pass issuePrefixes to parser ([#510](https://github.com/conventional-changelog/conventional-changelog/issues/510)) ([958d243](https://github.com/conventional-changelog/conventional-changelog/commit/958d243)) +* use full commit hash in commit link ([7a60dec](https://github.com/conventional-changelog/conventional-changelog/commit/7a60dec)), closes [#476](https://github.com/conventional-changelog/conventional-changelog/issues/476) + + +### Features + +* sort sections of CHANGELOG based on priority ([#513](https://github.com/conventional-changelog/conventional-changelog/issues/513)) ([a3acc32](https://github.com/conventional-changelog/conventional-changelog/commit/a3acc32)) + + + + + # [4.1.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits@4.0.0...conventional-changelog-conventionalcommits@4.1.0) (2019-07-29) diff --git a/packages/conventional-changelog-conventionalcommits/package.json b/packages/conventional-changelog-conventionalcommits/package.json index cef894ef7..a08d40528 100644 --- a/packages/conventional-changelog-conventionalcommits/package.json +++ b/packages/conventional-changelog-conventionalcommits/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-conventionalcommits", - "version": "4.1.0", + "version": "4.2.0", "description": "conventional-changelog conventionalcommits.org preset", "main": "index.js", "scripts": { diff --git a/packages/conventional-changelog-core/CHANGELOG.md b/packages/conventional-changelog-core/CHANGELOG.md index 914b6424f..83aa4b26c 100644 --- a/packages/conventional-changelog-core/CHANGELOG.md +++ b/packages/conventional-changelog-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core@4.0.0...conventional-changelog-core@4.0.1) (2019-10-02) + +**Note:** Version bump only for package conventional-changelog-core + + + + + # [4.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core@3.2.3...conventional-changelog-core@4.0.0) (2019-07-29) diff --git a/packages/conventional-changelog-core/package.json b/packages/conventional-changelog-core/package.json index 69d065664..639f7de04 100644 --- a/packages/conventional-changelog-core/package.json +++ b/packages/conventional-changelog-core/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-core", - "version": "4.0.0", + "version": "4.0.1", "description": "conventional-changelog core", "repository": { "type": "git", diff --git a/packages/conventional-changelog-ember/CHANGELOG.md b/packages/conventional-changelog-ember/CHANGELOG.md index 6444d7429..836975a29 100644 --- a/packages/conventional-changelog-ember/CHANGELOG.md +++ b/packages/conventional-changelog-ember/CHANGELOG.md @@ -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. +## [2.0.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-ember@2.0.2...conventional-changelog-ember@2.0.3) (2019-10-02) + + +### Bug Fixes + +* use full commit hash in commit link ([7a60dec](https://github.com/conventional-changelog/conventional-changelog/commit/7a60dec)), closes [#476](https://github.com/conventional-changelog/conventional-changelog/issues/476) + + + + + ## [2.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-ember@2.0.1...conventional-changelog-ember@2.0.2) (2018-11-01) diff --git a/packages/conventional-changelog-ember/package.json b/packages/conventional-changelog-ember/package.json index 49cd35a8e..afded810c 100644 --- a/packages/conventional-changelog-ember/package.json +++ b/packages/conventional-changelog-ember/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-ember", - "version": "2.0.2", + "version": "2.0.3", "description": "conventional-changelog ember preset", "main": "index.js", "scripts": { diff --git a/packages/conventional-changelog-eslint/CHANGELOG.md b/packages/conventional-changelog-eslint/CHANGELOG.md index d2046c755..9617dac0b 100644 --- a/packages/conventional-changelog-eslint/CHANGELOG.md +++ b/packages/conventional-changelog-eslint/CHANGELOG.md @@ -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.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-eslint@3.0.2...conventional-changelog-eslint@3.0.3) (2019-10-02) + + +### Bug Fixes + +* **preset, eslint:** display short tag in release notes ([b63a5ff](https://github.com/conventional-changelog/conventional-changelog/commit/b63a5ff)), closes [#313](https://github.com/conventional-changelog/conventional-changelog/issues/313) + + + + + ## [3.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-eslint@3.0.1...conventional-changelog-eslint@3.0.2) (2019-04-10) **Note:** Version bump only for package conventional-changelog-eslint diff --git a/packages/conventional-changelog-eslint/package.json b/packages/conventional-changelog-eslint/package.json index 96a339d1a..1fe917f57 100644 --- a/packages/conventional-changelog-eslint/package.json +++ b/packages/conventional-changelog-eslint/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-eslint", - "version": "3.0.2", + "version": "3.0.3", "description": "conventional-changelog eslint preset", "main": "index.js", "scripts": { diff --git a/packages/conventional-changelog-jquery/CHANGELOG.md b/packages/conventional-changelog-jquery/CHANGELOG.md index 7811eb011..ea7900dde 100644 --- a/packages/conventional-changelog-jquery/CHANGELOG.md +++ b/packages/conventional-changelog-jquery/CHANGELOG.md @@ -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.5](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@3.0.4...conventional-changelog-jquery@3.0.5) (2019-10-02) + + +### Bug Fixes + +* use full commit hash in commit link ([7a60dec](https://github.com/conventional-changelog/conventional-changelog/commit/7a60dec)), closes [#476](https://github.com/conventional-changelog/conventional-changelog/issues/476) + + + + + ## [3.0.4](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jquery@3.0.3...conventional-changelog-jquery@3.0.4) (2018-11-01) diff --git a/packages/conventional-changelog-jquery/package.json b/packages/conventional-changelog-jquery/package.json index 1900a1284..29170f228 100644 --- a/packages/conventional-changelog-jquery/package.json +++ b/packages/conventional-changelog-jquery/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-jquery", - "version": "3.0.4", + "version": "3.0.5", "description": "conventional-changelog jquery preset", "main": "index.js", "scripts": { diff --git a/packages/conventional-changelog-jshint/CHANGELOG.md b/packages/conventional-changelog-jshint/CHANGELOG.md index edffc46fb..a872cf6c3 100644 --- a/packages/conventional-changelog-jshint/CHANGELOG.md +++ b/packages/conventional-changelog-jshint/CHANGELOG.md @@ -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. +## [2.0.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jshint@2.0.1...conventional-changelog-jshint@2.0.2) (2019-10-02) + + +### Bug Fixes + +* use full commit hash in commit link ([7a60dec](https://github.com/conventional-changelog/conventional-changelog/commit/7a60dec)), closes [#476](https://github.com/conventional-changelog/conventional-changelog/issues/476) + + + + + ## [2.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-jshint@2.0.0...conventional-changelog-jshint@2.0.1) (2018-11-01) diff --git a/packages/conventional-changelog-jshint/package.json b/packages/conventional-changelog-jshint/package.json index 4fd6c2e6a..66f6d8820 100644 --- a/packages/conventional-changelog-jshint/package.json +++ b/packages/conventional-changelog-jshint/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-jshint", - "version": "2.0.1", + "version": "2.0.2", "description": "conventional-changelog jshint preset", "main": "index.js", "scripts": { diff --git a/packages/conventional-changelog-writer/CHANGELOG.md b/packages/conventional-changelog-writer/CHANGELOG.md index e44717cc1..216b24623 100644 --- a/packages/conventional-changelog-writer/CHANGELOG.md +++ b/packages/conventional-changelog-writer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.8](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.7...conventional-changelog-writer@4.0.8) (2019-10-02) + +**Note:** Version bump only for package conventional-changelog-writer + + + + + ## [4.0.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.6...conventional-changelog-writer@4.0.7) (2019-07-29) **Note:** Version bump only for package conventional-changelog-writer diff --git a/packages/conventional-changelog-writer/package.json b/packages/conventional-changelog-writer/package.json index cf9cced9d..ee67344df 100644 --- a/packages/conventional-changelog-writer/package.json +++ b/packages/conventional-changelog-writer/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-writer", - "version": "4.0.7", + "version": "4.0.8", "description": "Write logs based on conventional commits and templates", "bugs": { "url": "https://github.com/conventional-changelog/conventional-changelog/issues" diff --git a/packages/conventional-changelog/CHANGELOG.md b/packages/conventional-changelog/CHANGELOG.md index 86690063a..3743fb36b 100644 --- a/packages/conventional-changelog/CHANGELOG.md +++ b/packages/conventional-changelog/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.11](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.10...conventional-changelog@3.1.11) (2019-10-02) + +**Note:** Version bump only for package conventional-changelog + + + + + ## [3.1.10](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.9...conventional-changelog@3.1.10) (2019-07-29) **Note:** Version bump only for package conventional-changelog diff --git a/packages/conventional-changelog/package.json b/packages/conventional-changelog/package.json index 05e294a1a..76faf1d16 100644 --- a/packages/conventional-changelog/package.json +++ b/packages/conventional-changelog/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog", - "version": "3.1.10", + "version": "3.1.11", "description": "Generate a changelog from git metadata", "repository": { "type": "git", diff --git a/packages/conventional-commits-parser/CHANGELOG.md b/packages/conventional-commits-parser/CHANGELOG.md index 9c300696f..21221dd94 100644 --- a/packages/conventional-commits-parser/CHANGELOG.md +++ b/packages/conventional-commits-parser/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.4](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser@3.0.3...conventional-commits-parser@3.0.4) (2019-10-02) + +**Note:** Version bump only for package conventional-commits-parser + + + + + ## [3.0.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser@3.0.2...conventional-commits-parser@3.0.3) (2019-05-18) diff --git a/packages/conventional-commits-parser/package.json b/packages/conventional-commits-parser/package.json index ddd3aa84e..1948c144a 100644 --- a/packages/conventional-commits-parser/package.json +++ b/packages/conventional-commits-parser/package.json @@ -1,6 +1,6 @@ { "name": "conventional-commits-parser", - "version": "3.0.3", + "version": "3.0.4", "description": "Parse raw conventional commits", "bugs": { "url": "https://github.com/conventional-changelog/conventional-changelog/issues" diff --git a/packages/conventional-recommended-bump/CHANGELOG.md b/packages/conventional-recommended-bump/CHANGELOG.md index d9d5372f5..110458b80 100644 --- a/packages/conventional-recommended-bump/CHANGELOG.md +++ b/packages/conventional-recommended-bump/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.1](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-recommended-bump@6.0.0...conventional-recommended-bump@6.0.1) (2019-10-02) + +**Note:** Version bump only for package conventional-recommended-bump + + + + + # [6.0.0](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-recommended-bump@5.0.1...conventional-recommended-bump@6.0.0) (2019-07-29) diff --git a/packages/conventional-recommended-bump/package.json b/packages/conventional-recommended-bump/package.json index 6aa12a963..cc34b3fed 100644 --- a/packages/conventional-recommended-bump/package.json +++ b/packages/conventional-recommended-bump/package.json @@ -1,6 +1,6 @@ { "name": "conventional-recommended-bump", - "version": "6.0.0", + "version": "6.0.1", "description": "Get a recommended version bump based on conventional commits", "bugs": { "url": "https://github.com/conventional-changelog/conventional-changelog/issues" diff --git a/packages/gulp-conventional-changelog/CHANGELOG.md b/packages/gulp-conventional-changelog/CHANGELOG.md index 88c34684d..47ca17568 100644 --- a/packages/gulp-conventional-changelog/CHANGELOG.md +++ b/packages/gulp-conventional-changelog/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.22](https://github.com/conventional-changelog/conventional-changelog/compare/gulp-conventional-changelog@2.0.21...gulp-conventional-changelog@2.0.22) (2019-10-02) + +**Note:** Version bump only for package gulp-conventional-changelog + + + + + ## [2.0.21](https://github.com/conventional-changelog/conventional-changelog/compare/gulp-conventional-changelog@2.0.20...gulp-conventional-changelog@2.0.21) (2019-07-29) **Note:** Version bump only for package gulp-conventional-changelog diff --git a/packages/gulp-conventional-changelog/package.json b/packages/gulp-conventional-changelog/package.json index 5f4fd9512..fe0af5cad 100644 --- a/packages/gulp-conventional-changelog/package.json +++ b/packages/gulp-conventional-changelog/package.json @@ -1,6 +1,6 @@ { "name": "gulp-conventional-changelog", - "version": "2.0.21", + "version": "2.0.22", "description": "Generate a changelog using conventional-changelog", "license": "MIT", "bugs": { diff --git a/packages/standard-changelog/CHANGELOG.md b/packages/standard-changelog/CHANGELOG.md index f56bb7f9b..c013814cd 100644 --- a/packages/standard-changelog/CHANGELOG.md +++ b/packages/standard-changelog/CHANGELOG.md @@ -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. +## [2.0.14](https://github.com/conventional-changelog/conventional-changelog/compare/standard-changelog@2.0.13...standard-changelog@2.0.14) (2019-10-02) + + +### Bug Fixes + +* **deps:** update dependency tempfile to v3 ([#459](https://github.com/conventional-changelog/conventional-changelog/issues/459)) ([c0bac28](https://github.com/conventional-changelog/conventional-changelog/commit/c0bac28)) + + + + + ## [2.0.13](https://github.com/conventional-changelog/conventional-changelog/compare/standard-changelog@2.0.12...standard-changelog@2.0.13) (2019-07-29) **Note:** Version bump only for package standard-changelog diff --git a/packages/standard-changelog/package.json b/packages/standard-changelog/package.json index cadae365b..cbb315a59 100644 --- a/packages/standard-changelog/package.json +++ b/packages/standard-changelog/package.json @@ -1,6 +1,6 @@ { "name": "standard-changelog", - "version": "2.0.13", + "version": "2.0.14", "description": "Generate a changelog from git metadata with Angular commit convention", "bugs": { "url": "https://github.com/conventional-changelog/conventional-changelog/issues"