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/standard-version
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.2
Choose a base ref
...
head repository: conventional-changelog/standard-version
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.0
Choose a head ref
  • 6 commits
  • 3 files changed
  • 4 contributors

Commits on Jul 16, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    spencerschrock Spencer Schrock
    Copy the full SHA
    05edef2 View commit details
  2. chore(deps): update dependency mocha to v8 (#600)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Jul 16, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    spencerschrock Spencer Schrock
    Copy the full SHA
    80301c3 View commit details

Commits on Aug 15, 2020

  1. fix(deps): update dependency conventional-changelog-conventionalcommi…

    …ts to v4.4.0 (#650)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Aug 15, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    spencerschrock Spencer Schrock
    Copy the full SHA
    9f201a6 View commit details
  2. fix(deps): update dependency conventional-recommended-bump to v6.0.10 (

    …#653)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Aug 15, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c360d6a View commit details
  3. fix(deps): update dependency conventional-changelog to v3.1.23 (#652)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Aug 15, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    00dd3c0 View commit details
  4. chore: release 9.0.0 (#654)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 15, 2020

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    a1c2053 View commit details
Showing with 25 additions and 7 deletions.
  1. +1 −1 .github/workflows/ci.yaml
  2. +18 −0 CHANGELOG.md
  3. +6 −6 package.json
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [8, 10, 12, 14]
node: [10, 12, 14]
steps:
- uses: actions/checkout@v2
- run: git fetch --prune --unshallow
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [9.0.0](https://www.github.com/conventional-changelog/standard-version/compare/v8.0.2...v9.0.0) (2020-08-15)


### ⚠ BREAKING CHANGES

* NodeJS@8 is no longer supported. (#612)

### Bug Fixes

* **deps:** update dependency conventional-changelog to v3.1.23 ([#652](https://www.github.com/conventional-changelog/standard-version/issues/652)) ([00dd3c0](https://www.github.com/conventional-changelog/standard-version/commit/00dd3c01aab20d28a8bbd1e174e416d6c2b34d90))
* **deps:** update dependency conventional-changelog-conventionalcommits to v4.4.0 ([#650](https://www.github.com/conventional-changelog/standard-version/issues/650)) ([9f201a6](https://www.github.com/conventional-changelog/standard-version/commit/9f201a61bb50ec12053a04faccfaea20e44d6ff2))
* **deps:** update dependency conventional-recommended-bump to v6.0.10 ([#653](https://www.github.com/conventional-changelog/standard-version/issues/653)) ([c360d6a](https://www.github.com/conventional-changelog/standard-version/commit/c360d6a307909c6e571b29d4a329fd786b4d4543))


### Build System

* NodeJS@8 is no longer supported. ([#612](https://www.github.com/conventional-changelog/standard-version/issues/612)) ([05edef2](https://www.github.com/conventional-changelog/standard-version/commit/05edef2de79d8d4939a6e699ce0979ff8da12de9))

### [8.0.2](https://www.github.com/conventional-changelog/standard-version/compare/v8.0.1...v8.0.2) (2020-07-14)


12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard-version",
"version": "8.0.2",
"version": "9.0.0",
"description": "replacement for `npm version` with automatic CHANGELOG generation",
"bin": "bin/cli.js",
"scripts": {
@@ -16,7 +16,7 @@
},
"repository": "conventional-changelog/standard-version",
"engines": {
"node": ">=8.0"
"node": ">=10"
},
"keywords": [
"conventional-changelog",
@@ -36,10 +36,10 @@
"homepage": "https://github.com/conventional-changelog/standard-version#readme",
"dependencies": {
"chalk": "^2.4.2",
"conventional-changelog": "3.1.21",
"conventional-changelog": "3.1.23",
"conventional-changelog-config-spec": "2.1.0",
"conventional-changelog-conventionalcommits": "4.3.0",
"conventional-recommended-bump": "6.0.9",
"conventional-changelog-conventionalcommits": "4.4.0",
"conventional-recommended-bump": "6.0.10",
"detect-indent": "^6.0.0",
"detect-newline": "^3.1.0",
"dotgitignore": "^2.1.0",
@@ -60,7 +60,7 @@
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^7.2.0",
"mocha": "^8.0.0",
"mock-git": "^2.0.0",
"mockery": "^2.1.0",
"nyc": "^14.1.1",