diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1bd72..c525aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [UNRELEASED] +## [0.3.7] - 20200204 ### Fixed - [DEPENDENCIES] Update textile-js to GehDoc/textile-js@37dd69bab97778579cf60e27b5c3036682597730. Fixes #30, #31, and a problem of wrongly parsed block after some blank lines. - [DOC] Clarified feature list. diff --git a/package-lock.json b/package-lock.json index 1cadd68..4858bdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-textile-preview", - "version": "0.3.6", + "version": "0.3.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9ea95d2..962aba8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-textile-preview", "displayName": "%displayName%", "description": "%description%", - "version": "0.3.6", + "version": "0.3.7", "icon": "media/textile-mark_logo.png", "publisher": "GehDoc", "preview": true,