Skip to content

Commit 29303f2

Browse files
committed
Bump version 2.0.1
1 parent 0edb7fb commit 29303f2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.0.1] - 2020-10-26
10+
11+
### Fixed
12+
- Fixed convert open graph title
13+
14+
### Changed
15+
- Disable decodeEntities
16+
917
## [2.0.0] - 2020-10-26
1018

1119
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wabarc/cairn",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
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)