fix(commits): issue new commit with correct style for semantic release

This change is marked as containing breaking changes because prior commits did not get parsed
correctly with semantic-release. This change should issue a new version of scratch-parser containing
changes to the sb2 and sb3 schemas, added support for gzipped file, and corresponding tests.

BREAKING CHANGE: changes to sb2 validation, sb3 validation (block serialization is more compact),
added support for gzipped json files
This commit is contained in:
Karishma Chadha 2018-04-11 17:21:37 -04:00
parent 7745539a13
commit b6ee0f7500

View file

@ -1,4 +1,5 @@
# scratch-parser
#### Parser for Scratch projects
[![Build Status](https://travis-ci.org/LLK/scratch-parser.svg?branch=develop)](https://travis-ci.org/LLK/scratch-parser)