We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82d560 commit b83f42aCopy full SHA for b83f42a
CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [2.0.0] - 2020-10-26
10
+
11
+### Added
12
+- Migrate to `cheerio`.
13
+- Redefine API.
14
15
## [1.3.0] - 2020-10-24
16
17
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@wabarc/cairn",
3
- "version": "1.3.0",
+ "version": "2.0.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