diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db94ad..193caaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.1] - 2020-10-30 + +### Fixed +- Fix css incorrect + ## [2.1.0] - 2020-10-30 ### Added diff --git a/package.json b/package.json index 081cfaf..7473abc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wabarc/cairn", - "version": "2.1.0", + "version": "2.1.1", "description": "Node package and CLI tool for saving web page as single HTML file", "main": "dist/cairn.js", "types": "dist/cairn.d.ts",