File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22.vscode-test /**
33.gitignore
44vsc-extension-quickstart.md
5- temp /**
5+ temp /**
6+ images /preview.gif
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.1.1] - 2019-06-18
9+
10+ ### Fixed
11+
12+ - Reduce package size
13+
814## [ 1.1.0] - 2019-06-18
915
1016### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " puppeteer-snippets" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "license" : " MIT" ,
55 "author" : " Nitay Neeman" ,
66 "description" : " 📋 A Visual Studio Code extension which adds predefined useful code snippets for Puppeteer" ,
5656 "scripts" : {
5757 "test" : " jest" ,
5858 "test:watch" : " jest --watch" ,
59- "vscode:prepublish" : " vsce package" ,
6059 "vscode:publish" : " vsce publish"
6160 },
6261 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments