From 032241fbb96052d573a90cd93568f47ee9bd8589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Hameau?= Date: Tue, 10 Nov 2020 23:41:18 +0100 Subject: [PATCH] 1.3.6 --- CHANGELOG.md | 6 ++++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2843e7d..f87c7fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,15 @@ All notable changes to the "vscode-textile-preview" extension will be documented 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] +## [1.3.6] - 20201110 ### Changed - Update to vscode 1.50.1 - [INTERNAL] add .vscodeignore to the tool to import sources from vscode - [INTERNAL] Update dependencies +- [INTERNAL] Update textile-js to latest version 2.0.110 +- [DOC] Update -### Fix +### Fixed - [INTERNAL] Fix build failure on CI diff --git a/package-lock.json b/package-lock.json index d6cc1cb..fa94192 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-textile-preview", - "version": "1.3.5", + "version": "1.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dcfbf76..9064c2c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-textile-preview", "displayName": "%displayName%", "description": "%description%", - "version": "1.3.5", + "version": "1.3.6", "icon": "media/textile-mark_logo.png", "publisher": "GehDoc", "repository": {