Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - conventional-changelog-cli@2.0.30
 - conventional-changelog-core@4.1.3
 - conventional-changelog@3.1.17
 - gulp-conventional-changelog@2.0.28
 - standard-changelog@2.0.20
  • Loading branch information
tommywo committed Nov 27, 2019
1 parent 5e7cc75 commit 4309a67
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/conventional-changelog-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.30](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.29...conventional-changelog-cli@2.0.30) (2019-11-27)

**Note:** Version bump only for package conventional-changelog-cli





## [2.0.29](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.28...conventional-changelog-cli@2.0.29) (2019-11-21)

**Note:** Version bump only for package conventional-changelog-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-cli",
"version": "2.0.29",
"version": "2.0.30",
"description": "Generate a changelog from git metadata",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down
11 changes: 11 additions & 0 deletions packages/conventional-changelog-core/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.

## [4.1.3](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core@4.1.2...conventional-changelog-core@4.1.3) (2019-11-27)


### Bug Fixes

* **conventional-changelog-core:** read current version properly when tagPrefix is provided ([5e7cc75](https://github.com/conventional-changelog/conventional-changelog/commit/5e7cc759cca4557f8ed3b48ed9d4dfb9c701785f)), closes [#562](https://github.com/conventional-changelog/conventional-changelog/issues/562) [#337](https://github.com/conventional-changelog/conventional-changelog/issues/337)





## [4.1.2](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core@4.1.1...conventional-changelog-core@4.1.2) (2019-11-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-core",
"version": "4.1.2",
"version": "4.1.3",
"description": "conventional-changelog core",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/conventional-changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.17](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.16...conventional-changelog@3.1.17) (2019-11-27)

**Note:** Version bump only for package conventional-changelog





## [3.1.16](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.15...conventional-changelog@3.1.16) (2019-11-21)

**Note:** Version bump only for package conventional-changelog
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog",
"version": "3.1.16",
"version": "3.1.17",
"description": "Generate a changelog from git metadata",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/gulp-conventional-changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28](https://github.com/conventional-changelog/conventional-changelog/compare/gulp-conventional-changelog@2.0.27...gulp-conventional-changelog@2.0.28) (2019-11-27)

**Note:** Version bump only for package gulp-conventional-changelog





## [2.0.27](https://github.com/conventional-changelog/conventional-changelog/compare/gulp-conventional-changelog@2.0.26...gulp-conventional-changelog@2.0.27) (2019-11-21)

**Note:** Version bump only for package gulp-conventional-changelog
Expand Down
2 changes: 1 addition & 1 deletion packages/gulp-conventional-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-conventional-changelog",
"version": "2.0.27",
"version": "2.0.28",
"description": "Generate a changelog using conventional-changelog",
"license": "MIT",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/standard-changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.20](https://github.com/conventional-changelog/conventional-changelog/compare/standard-changelog@2.0.19...standard-changelog@2.0.20) (2019-11-27)

**Note:** Version bump only for package standard-changelog





## [2.0.19](https://github.com/conventional-changelog/conventional-changelog/compare/standard-changelog@2.0.18...standard-changelog@2.0.19) (2019-11-21)

**Note:** Version bump only for package standard-changelog
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard-changelog",
"version": "2.0.19",
"version": "2.0.20",
"description": "Generate a changelog from git metadata with Angular commit convention",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
Expand Down

0 comments on commit 4309a67

Please sign in to comment.