diff --git a/.changeset/empty-cooks-roll.md b/.changeset/empty-cooks-roll.md deleted file mode 100644 index 7cf40937..00000000 --- a/.changeset/empty-cooks-roll.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'pleasantest': patch ---- - -[bugfix] Don't override `` when using `utils.injectHTML` - -This was a bug introduced in `3.0.0`. This change fixes that behavior to match what is documented. The documented behavior is that `injectHTML` replaces the content of the body _only_. The behavior introduced in `3.0.0` also resets the `` to the default; that was unintended behavior that is now removed. diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c2e836..31e2af9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # pleasantest +## 3.0.1 + +### Patch Changes + +- [#631](https://github.com/cloudfour/pleasantest/pull/631) [`f124a5a`](https://github.com/cloudfour/pleasantest/commit/f124a5a12144a29e1263be25eefa09c4311be2a8) Thanks [@calebeby](https://github.com/calebeby)! - [bugfix] Don't override `` when using `utils.injectHTML` + + This was a bug introduced in `3.0.0`. This change fixes that behavior to match what is documented. The documented behavior is that `injectHTML` replaces the content of the body _only_. The behavior introduced in `3.0.0` also resets the `` to the default; that was unintended behavior that is now removed. + ## 3.0.0 ### Major Changes diff --git a/package.json b/package.json index bf56e4f4..c4b34332 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pleasantest", - "version": "3.0.0", + "version": "3.0.1", "engines": { "node": "^14.18.0 || 16 || 18" },