Skip to content

Commit

Permalink
1.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
GehDoc committed May 13, 2022
1 parent d46f680 commit e6bf7f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]":
version "1.1.2"
Expand Down

0 comments on commit e6bf7f1

Please sign in to comment.