We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6421997 commit ceb442cCopy full SHA for ceb442c
CHANGELOG.md
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [2.1.0] - 2020-10-30
10
+
11
+### Added
12
+- Add source url meta.
13
14
+### Fixed
15
+- Fix non utf-8 charset.
16
17
## [2.0.1] - 2020-10-26
18
19
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@wabarc/cairn",
3
- "version": "2.0.1",
+ "version": "2.1.0",
4
"description": "Node package and CLI tool for saving web page as single HTML file",
5
"main": "dist/cairn.js",
"types": "dist/cairn.d.ts",
0 commit comments