diff --git a/.changeset/giant-otters-battle.md b/.changeset/giant-otters-battle.md deleted file mode 100644 index 51b3f54e..00000000 --- a/.changeset/giant-otters-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@chialab/dna": patch ---- - -Prevent calling `fromAttribute` when attribute set by property. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae637d6..1069954a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## [3.17.1](https://github.com/chialab/dna/compare/v3.17.0...v3.17.1) (2022-05-24) +## 4.0.4 + +### Patch Changes + +- 9c06bf3: Prevent calling `fromAttribute` when attribute set by property. + ## 4.0.3 ### Patch Changes diff --git a/package.json b/package.json index bd1e3573..a825649d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chialab/dna", - "version": "4.0.3", + "version": "4.0.4", "description": "Progressive Web Components", "type": "module", "main": "dist/dna.js",