diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..49ca5c8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# 1.0.0 (2019-03-10) + + +### Features + +* initial commit ([f6c6a4d](https://github.com/princjef/commitlint-azure-pipelines-cli/commit/f6c6a4d)) diff --git a/package-lock.json b/package-lock.json index b395c51..7606da2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commitlint-azure-pipelines-cli", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d7299aa..18004cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-azure-pipelines-cli", - "version": "0.1.0", + "version": "1.0.0", "description": "Lint relevant commits for a branch or PR in Azure Pipelines", "main": "dist/index.js", "bin": {