diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd297e..99cc802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/ryparker/jest-circus-allure-environment/compare/v1.0.0...v1.0.1) (2021-02-10) + + +### Bug Fixes + +* **contenttype:** fixed ContentType export and ability to attach HTML docs ([cbf2c5f](https://github.com/ryparker/jest-circus-allure-environment/commit/cbf2c5ff3b2fe4ee666902154d967d1b5f9bd63d)), closes [#155](https://github.com/ryparker/jest-circus-allure-environment/issues/155) + # [1.0.0](https://github.com/ryparker/jest-circus-allure-environment/compare/v0.14.0...v1.0.0) (2021-02-05) diff --git a/package.json b/package.json index d83cca8..d351f4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-circus-allure-environment", - "version": "1.0.0", + "version": "1.0.1", "repository": "https://github.com/ryparker/jest-circus-allure-environment.git", "author": "Ryan Parker ", "license": "MIT", @@ -132,4 +132,4 @@ "collect", "analyze" ] -} \ No newline at end of file +}