diff --git a/CHANGELOG.md b/CHANGELOG.md index 596a305..7232d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## 1.1.3 (2018-10-18) + +* Include style in the budle ([ba3103d](https://github.com/mafintosh/json-markup/commit/ba3103d)), closes [#13](https://github.com/mafintosh/json-markup/issues/13) + + + ## 1.1.2 (2018-10-17) diff --git a/package.json b/package.json index 5d29a24..e4d15e7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "json-markup", "description": "a json to html syntax highlighter", "homepage": "https://github.com/mafintosh/json-markup#readme", - "version": "1.1.2", + "version": "1.1.3", "main": "index.js", "author": { "email": "mathiasbuus@gmail.com", @@ -26,4 +26,4 @@ "style.css" ], "license": "MIT" -} \ No newline at end of file +}