File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to the extension will be documented in this file.
44
5- ## [ 1.10.1 ] - 2021-02-10
5+ ## [ 1.10.2 ] - 2021-02-10
66
77- Update dependencies for VS Code 1.53
88
Original file line number Diff line number Diff line change 22 "name" : " vscode-html-css" ,
33 "displayName" : " HTML CSS Support" ,
44 "description" : " CSS Intellisense for HTML" ,
5- "version" : " 1.10.1 " ,
5+ "version" : " 1.10.2 " ,
66 "publisher" : " ecmel" ,
77 "license" : " MIT" ,
88 "homepage" : " https://github.com/ecmel/vscode-html-css" ,
7777 "pretest" : " npm run test-compile && npm run lint" ,
7878 "lint" : " eslint src --ext ts" ,
7979 "test" : " node ./out/test/runTest.js" ,
80- "release" : " vsce package"
80+ "release" : " vsce package" ,
81+ "deploy" : " vsce publish"
8182 },
8283 "devDependencies" : {
8384 "@types/vscode" : " ^1.53.0" ,
You can’t perform that action at this time.
0 commit comments