@andrivet/z80-assembler 1.4.1 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrivet/z80-assembler",
3
- "version": "1.4.1",
3
+ "version": "2.0.0",
4
4
  "description": "A Z80 assembler entirely written in Typescript and derived from a PEG grammar.",
5
5
  "author": "Sebastien Andrivet",
6
6
  "license": "GPLv3",