diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d589a31..7fa45f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.12.1](https://github.com/chialab/dna/compare/v3.12.0...v3.12.1) (2021-10-05) + + +### Bug Fixes + +* move slot across roots ([41f33c5](https://github.com/chialab/dna/commit/41f33c5bc4fc42e9a8075257d7ba9628d0858a10)) + # [3.12.0](https://github.com/chialab/dna/compare/v3.11.1...v3.12.0) (2021-10-04) ## [3.11.1](https://github.com/chialab/dna/compare/v3.11.0...v3.11.1) (2021-10-04) diff --git a/package.json b/package.json index 0a87e446..8a2672a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chialab/dna", - "version": "3.12.0", + "version": "3.12.1", "description": "Progressive Web Components", "type": "module", "main": "dist/cjs/dna.js",