diff --git a/.changeset/perfect-buckets-add.md b/.changeset/perfect-buckets-add.md deleted file mode 100644 index 4e3b232..0000000 --- a/.changeset/perfect-buckets-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ultrahtml": patch ---- - -Update attribute handling to account for attributes with newlines diff --git a/CHANGELOG.md b/CHANGELOG.md index 071beaa..677b15c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ultrahtml +## 1.0.4 + +### Patch Changes + +- c5799aa: Update attribute handling to account for attributes with newlines + ## 1.0.3 ### Patch Changes diff --git a/package.json b/package.json index c049478..4a038f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ultrahtml", "type": "module", - "version": "1.0.3", + "version": "1.0.4", "types": "./dist/index.d.ts", "repository": { "type": "git",