diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e62d4d..ada8983 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] +## [1.3.16] - 20220514 ### Changed - [CI] Replace Travis by Github action - [DOC] Update badges diff --git a/package.json b/package.json index 34a036d..c79ff1f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-textile-preview", "displayName": "%displayName%", "description": "%description%", - "version": "1.3.15", + "version": "1.3.16", "icon": "media/textile-mark_logo.png", "publisher": "GehDoc", "repository": { @@ -11,7 +11,7 @@ }, "license": "SEE LICENSE IN LICENSE.txt", "engines": { - "vscode": "^1.61.0" + "vscode": "^1.62.0" }, "main": "./dist/extension", "browser": "./dist/browser/extension", @@ -360,7 +360,7 @@ "@types/lodash.throttle": "^4.1.3", "@types/mocha": "^9.1.1", "@types/node": "16.x", - "@types/vscode": "^1.61.0", + "@types/vscode": "^1.62.0", "@types/vscode-webview": "^1.57.0", "copy-webpack-plugin": "^6.0.3", "del": "^4.1.1", diff --git a/yarn.lock b/yarn.lock index a516b89..b5fdebb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -165,10 +165,10 @@ resolved "https://registry.yarnpkg.com/@types/vscode-webview/-/vscode-webview-1.57.0.tgz#bad5194d45ae8d03afc1c0f67f71ff5e7a243bbf" integrity sha512-x3Cb/SMa1IwRHfSvKaZDZOTh4cNoG505c3NjTqGlMC082m++x/ETUmtYniDsw6SSmYzZXO8KBNhYxR0+VqymqA== -"@types/vscode@^1.61.0": - version "1.66.0" - resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.66.0.tgz#e90e1308ad103f2bd31b72c17b8031b4cec0713d" - integrity sha512-ZfJck4M7nrGasfs4A4YbUoxis3Vu24cETw3DERsNYtDZmYSYtk6ljKexKFKhImO/ZmY6ZMsmegu2FPkXoUFImA== +"@types/vscode@^1.62.0": + version "1.67.0" + resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.67.0.tgz#8eaba41d1591aa02f5d960b7dfae3b16e066f08c" + integrity sha512-GH8BDf8cw9AC9080uneJfulhSa7KHSMI2s/CyKePXoGNos9J486w2V4YKoeNUqIEkW4hKoEAWp6/cXTwyGj47g== "@ungap/promise-all-settled@1.1.2": version "1.1.2"