mirror of
https://github.com/emkay/parser-6502.git
synced 2024-12-21 15:29:19 +00:00
chore(release): 1.0.3
This commit is contained in:
parent
ee2d2dc860
commit
8e5d69af1e
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "parser-6502",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "parser-6502",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Parser for 6502 assembler.",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user