From b6ee0f75007f338e414902dede2ff45f61cfbd04 Mon Sep 17 00:00:00 2001 From: Karishma Chadha Date: Wed, 11 Apr 2018 17:21:37 -0400 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e78db55..0b8cb57 100644 --- a/README.md +++ b/README.md @@ -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)