diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..36b3849 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Change Log + +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. + + +## 1.0.1 (2016-10-13) diff --git a/package.json b/package.json index 61c84b7..971757c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parser-6502", - "version": "1.0.0", + "version": "1.0.1", "description": "Parser for 6502 assembler.", "main": "index.js", "dependencies": { @@ -8,9 +8,11 @@ }, "devDependencies": { "standard": "^8.1.0", + "standard-version": "^3.0.0", "tap": "^7.1.2" }, "scripts": { + "release": "standard-version", "test": "tap test/*.js --cov && standard" }, "repository": {