diff --git a/.changeset/attribute-cb-ooo.md b/.changeset/attribute-cb-ooo.md deleted file mode 100644 index 9083bece..00000000 --- a/.changeset/attribute-cb-ooo.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@empirica/core": patch ---- - -Attribute callbacks could be run out of order. diff --git a/lib/@empirica/core/CHANGELOG.md b/lib/@empirica/core/CHANGELOG.md index 795b287a..943ffe68 100644 --- a/lib/@empirica/core/CHANGELOG.md +++ b/lib/@empirica/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @empirica/core +## 1.9.9 + +### Patch Changes + +- 9197232: Attribute callbacks could be run out of order. + ## 1.9.8 ### Patch Changes diff --git a/lib/@empirica/core/package.json b/lib/@empirica/core/package.json index a00ba530..1feabf70 100644 --- a/lib/@empirica/core/package.json +++ b/lib/@empirica/core/package.json @@ -1,6 +1,6 @@ { "name": "@empirica/core", - "version": "1.9.8", + "version": "1.9.9", "description": "Empirica Core", "author": "Nicolas Paton ", "license": "Apache-2.0",