Skip to content

Commit 3a53e53

Browse files
Bump version to 2.2.0
1 parent 56e36a3 commit 3a53e53

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
933
## [2.1.2] - 2020-11-01
1034

1135
### Fixed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wabarc/cairn",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Node package and CLI tool for saving web page as single HTML file",
55
"main": "dist/cairn.js",
66
"types": "dist/cairn.d.ts",

0 commit comments

Comments
 (0)