Skip to content

Commit

Permalink
Publish Next Version (#632)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Dec 19, 2022
1 parent f124a5a commit 01bbd57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/empty-cooks-roll.md

This file was deleted.

8 changes: 8 additions & 0 deletions 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 `<head>` 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 `<head>` to the default; that was unintended behavior that is now removed.

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pleasantest",
"version": "3.0.0",
"version": "3.0.1",
"engines": {
"node": "^14.18.0 || 16 || 18"
},
Expand Down

0 comments on commit 01bbd57

Please sign in to comment.