From 412c52a0533f9c50a229425852540cd0b630e45b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Oct 2021 09:44:54 +0200 Subject: [PATCH] release: 3.13.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be6804bd..11168264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.13.1](https://github.com/chialab/dna/compare/v3.13.0...v3.13.1) (2021-10-22) + + +### Bug Fixes + +* render root check ([46bbe49](https://github.com/chialab/dna/commit/46bbe493dc138f0c0ad8929cdde5e94621069316)) +* revert render with default context ([4a7436e](https://github.com/chialab/dna/commit/4a7436e9ac5f471e6c16a2405397ecab50837e78)) + # [3.13.0](https://github.com/chialab/dna/compare/v3.12.1...v3.13.0) (2021-10-21) diff --git a/package.json b/package.json index 6cd59355..266a16a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chialab/dna", - "version": "3.13.0", + "version": "3.13.1", "description": "Progressive Web Components", "type": "module", "main": "dist/cjs/dna.js",