chore(release): 1.0.3

This commit is contained in:
Michael Matuzak 2019-06-14 15:53:33 -07:00
parent ee2d2dc860
commit 8e5d69af1e
3 changed files with 11 additions and 2 deletions

View File

@ -2,6 +2,15 @@
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.3](https://github.com/emkay/parser-6502/compare/v1.0.1...v1.0.3) (2019-06-14)
### Bug Fixes
* **audit:** audit fix update + travis node version ([ee2d2dc](https://github.com/emkay/parser-6502/commit/ee2d2dc))
<a name="1.0.2"></a>
## [1.0.2](https://github.com/emkay/parser-6502/compare/v1.0.1...v1.0.2) (2016-10-13)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "parser-6502",
"version": "1.0.2",
"version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "parser-6502",
"version": "1.0.2",
"version": "1.0.3",
"description": "Parser for 6502 assembler.",
"main": "index.js",
"dependencies": {