From c88a65c7ed69ba5414fccc115016dd9f000664cd Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Sun, 20 Feb 2022 20:26:59 -0800 Subject: [PATCH] v2.3.0 --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5c5f181..e96203a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "element-behaviors", "description": "An entity-component system for HTML elements.", - "version": "2.2.11", + "version": "2.3.0", "license": "LGPL-3.0", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/index.ts b/src/index.ts index 79a67d7..f074cfd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -379,4 +379,4 @@ if (Element.prototype.attachShadow) { // Leave this last line alone, it gets automatically updated when publishing a // new version of this package. -export const version = '2.2.11' +export const version = '2.3.0'