mirror of
https://github.com/emkay/parser-6502.git
synced 2024-10-09 02:54:27 +00:00
chore(release): 1.0.1
This commit is contained in:
parent
dfe822b086
commit
59ac52a128
6
CHANGELOG.md
Normal file
6
CHANGELOG.md
Normal 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)
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user