File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.2.0] - 2021-09-04
10
+
11
+ ### Added
12
+ - Add Dockerfile
13
+ - Run testing on Node 1.16.x
14
+ - Add codeql analysis workflow
15
+
16
+ ### Changed
17
+ - Refine release workflow
18
+ - Refine testing workflow
19
+ - Refine parameters
20
+ - Upgrade linter to v4
21
+ - Limit repository as condition of publish workflow
22
+ - Run test without cache
23
+ - Upgrade dependencies
24
+ - Bump actions/setup-node from v2.1.2 to v2.1.4
25
+ - Bump github/super-linter from v3.13.5 to v3.14.3
26
+ - Set linter workflow default branch
27
+ - Change default branch to main
28
+
29
+ ### Fixed
30
+ - Fix dom selector
31
+ - Fix set meta
32
+
9
33
## [ 2.1.2] - 2020-11-01
10
34
11
35
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wabarc/cairn" ,
3
- "version" : " 2.1.2 " ,
3
+ "version" : " 2.2.0 " ,
4
4
"description" : " Node package and CLI tool for saving web page as single HTML file" ,
5
5
"main" : " dist/cairn.js" ,
6
6
"types" : " dist/cairn.d.ts" ,
You can’t perform that action at this time.
0 commit comments