diff --git a/.changeset/small-shrimps-walk.md b/.changeset/small-shrimps-walk.md deleted file mode 100644 index 21a30c1..0000000 --- a/.changeset/small-shrimps-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"corset": patch ---- - -Update when pushing to an empty array using longhand each diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ccac4c..53c4a33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # corset +## 2.2.1 + +### Patch Changes + +- 3efbd6a: Update when pushing to an empty array using longhand each + ## 2.2.0 ### Minor Changes diff --git a/package.json b/package.json index 0525aeb..9667eda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "corset", - "version": "2.2.0", + "version": "2.2.1", "description": "Declarative DOM binding, without the complexity of JSX/templates.", "type": "module", "main": "./lib/main.js",