Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Sep 4, 2021
1 parent 56e36a3 commit 3a53e53
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.0] - 2021-09-04

### Added
- Add Dockerfile
- Run testing on Node 1.16.x
- Add codeql analysis workflow

### Changed
- Refine release workflow
- Refine testing workflow
- Refine parameters
- Upgrade linter to v4
- Limit repository as condition of publish workflow
- Run test without cache
- Upgrade dependencies
- Bump actions/setup-node from v2.1.2 to v2.1.4
- Bump github/super-linter from v3.13.5 to v3.14.3
- Set linter workflow default branch
- Change default branch to main

### Fixed
- Fix dom selector
- Fix set meta

## [2.1.2] - 2020-11-01

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wabarc/cairn",
"version": "2.1.2",
"version": "2.2.0",
"description": "Node package and CLI tool for saving web page as single HTML file",
"main": "dist/cairn.js",
"types": "dist/cairn.d.ts",
Expand Down

0 comments on commit 3a53e53

Please sign in to comment.