From d0daa90dd54d5e28169168509f85620b215f7d77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:44:16 -0400 Subject: [PATCH] chore(master): release 1.1.0 (#52) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 013277c..e6d88d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.0](https://github.com/cfware/shadow-element/compare/v1.0.0...v1.1.0) (2023-10-17) + + +### Features + +* Export htmlNode ([2351770](https://github.com/cfware/shadow-element/commit/235177062987d721b2d12145e9468523de0d90ff)) + ## [1.0.0](https://github.com/cfware/shadow-element/compare/v0.17.0...v1.0.0) (2023-10-16) diff --git a/package.json b/package.json index b5a7b31..e040c47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cfware/shadow-element", - "version": "1.0.0", + "version": "1.1.0", "description": "My uhtml based shadow element", "main": "shadow-element.js", "exports": "./shadow-element.js",