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 2
2
.vscode-test /**
3
3
.gitignore
4
4
vsc-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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.1.1] - 2019-06-18
9
+
10
+ ### Fixed
11
+
12
+ - Reduce package size
13
+
8
14
## [ 1.1.0] - 2019-06-18
9
15
10
16
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppeteer-snippets" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Nitay Neeman" ,
6
6
"description" : " 📋 A Visual Studio Code extension which adds predefined useful code snippets for Puppeteer" ,
56
56
"scripts" : {
57
57
"test" : " jest" ,
58
58
"test:watch" : " jest --watch" ,
59
- "vscode:prepublish" : " vsce package" ,
60
59
"vscode:publish" : " vsce publish"
61
60
},
62
61
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments