chore(release): 1.0.1

This commit is contained in:
Michael Matuzak 2016-10-12 20:00:02 -07:00
parent dfe822b086
commit 59ac52a128
2 changed files with 9 additions and 1 deletions

6
CHANGELOG.md Normal file
View File

@ -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.
<a name="1.0.1"></a>
## 1.0.1 (2016-10-13)

View File

@ -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": {