Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: conventional-changelog/conventional-changelog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: conventional-changelog@3.1.20
Choose a base ref
...
head repository: conventional-changelog/conventional-changelog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: conventional-changelog@3.1.21
Choose a head ref
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on May 8, 2020

  1. Copy the full SHA
    46311d2 View commit details
  2. Copy the full SHA
    6b0ffec View commit details
  3. Publish

     - conventional-changelog-cli@2.0.34
     - conventional-changelog-core@4.1.7
     - conventional-changelog-writer@4.0.16
     - conventional-changelog@3.1.21
     - gulp-conventional-changelog@2.0.32
     - standard-changelog@2.0.24
    bcoe committed May 8, 2020
    Copy the full SHA
    c5ae3ab View commit details
26 changes: 26 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
environment:
matrix:
- nodejs_version: '10'
- nodejs_version: '12'

matrix:
fast_finish: true

cache:
- '%APPDATA%\npm-cache'

install:
- ps: Install-Product node $env:nodejs_version
- npm install --global npm@latest
- npm ci

build: off

before_test:
- git config --global user.name 'CI'
- git config --global user.email 'dummy@example.org'
- node --version
- npm --version

test_script:
- npm run test-windows
11 changes: 11 additions & 0 deletions packages/conventional-changelog-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.34](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.33...conventional-changelog-cli@2.0.34) (2020-05-08)


### Bug Fixes

* **deps:** address CVE in meow ([#642](https://github.com/conventional-changelog/conventional-changelog/issues/642)) ([46311d2](https://github.com/conventional-changelog/conventional-changelog/commit/46311d2932b367f370d06c4e447b8dcf4bc4e83f))





## [2.0.33](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.29...conventional-changelog-cli@2.0.33) (2020-05-08)


4 changes: 2 additions & 2 deletions 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.33",
"version": "2.0.34",
"description": "Generate a changelog from git metadata",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
@@ -36,7 +36,7 @@
"add-stream": "^1.0.0",
"conventional-changelog": "file:../conventional-changelog",
"lodash": "^4.17.15",
"meow": "^6.1.1",
"meow": "^7.0.0",
"tempfile": "^3.0.0"
},
"scripts": {
8 changes: 8 additions & 0 deletions packages/conventional-changelog-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.1.7](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core@4.1.6...conventional-changelog-core@4.1.7) (2020-05-08)

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





## [4.1.6](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-core@4.1.2...conventional-changelog-core@4.1.6) (2020-05-08)


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.6",
"version": "4.1.7",
"description": "conventional-changelog core",
"repository": {
"type": "git",
11 changes: 11 additions & 0 deletions packages/conventional-changelog-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.16](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.15...conventional-changelog-writer@4.0.16) (2020-05-08)


### Bug Fixes

* **deps:** address CVE in meow ([#642](https://github.com/conventional-changelog/conventional-changelog/issues/642)) ([46311d2](https://github.com/conventional-changelog/conventional-changelog/commit/46311d2932b367f370d06c4e447b8dcf4bc4e83f))





## [4.0.15](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-writer@4.0.11...conventional-changelog-writer@4.0.15) (2020-05-08)


4 changes: 2 additions & 2 deletions packages/conventional-changelog-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-writer",
"version": "4.0.15",
"version": "4.0.16",
"description": "Write logs based on conventional commits and templates",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
@@ -42,7 +42,7 @@
"handlebars": "^4.7.6",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
"meow": "^6.1.1",
"meow": "^7.0.0",
"semver": "^6.0.0",
"split": "^1.0.0",
"through2": "^3.0.0"
8 changes: 8 additions & 0 deletions packages/conventional-changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.21](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.20...conventional-changelog@3.1.21) (2020-05-08)

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





## [3.1.20](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog@3.1.16...conventional-changelog@3.1.20) (2020-05-08)

**Note:** Version bump only for package conventional-changelog
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.20",
"version": "3.1.21",
"description": "Generate a changelog from git metadata",
"repository": {
"type": "git",
8 changes: 8 additions & 0 deletions packages/gulp-conventional-changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.32](https://github.com/conventional-changelog/conventional-changelog/compare/gulp-conventional-changelog@2.0.31...gulp-conventional-changelog@2.0.32) (2020-05-08)

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





## [2.0.31](https://github.com/conventional-changelog/conventional-changelog/compare/gulp-conventional-changelog@2.0.27...gulp-conventional-changelog@2.0.31) (2020-05-08)

**Note:** Version bump only for package gulp-conventional-changelog
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.31",
"version": "2.0.32",
"description": "Generate a changelog using conventional-changelog",
"license": "MIT",
"bugs": {
8 changes: 8 additions & 0 deletions packages/standard-changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.24](https://github.com/conventional-changelog/conventional-changelog/compare/standard-changelog@2.0.23...standard-changelog@2.0.24) (2020-05-08)

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





## [2.0.23](https://github.com/conventional-changelog/conventional-changelog/compare/standard-changelog@2.0.19...standard-changelog@2.0.23) (2020-05-08)


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.23",
"version": "2.0.24",
"description": "Generate a changelog from git metadata with Angular commit convention",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"