diff --git a/packages/lit-helpers/CHANGELOG.md b/packages/lit-helpers/CHANGELOG.md index 3e9c8f8a..db66b71a 100644 --- a/packages/lit-helpers/CHANGELOG.md +++ b/packages/lit-helpers/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/open-wc/open-wc/compare/@open-wc/lit-helpers@0.1.0...@open-wc/lit-helpers@0.2.0) (2019-12-01) + + +### Features + +* **lit-helpers:** add live directive ([1079b0f](https://github.com/open-wc/open-wc/commit/1079b0f3c30a9ca20d9e166e54c2b4a273867db1)) + + + + + # 0.1.0 (2019-11-30) diff --git a/packages/lit-helpers/package.json b/packages/lit-helpers/package.json index ae5d6bbb..eb7c3115 100644 --- a/packages/lit-helpers/package.json +++ b/packages/lit-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@open-wc/lit-helpers", - "version": "0.1.0", + "version": "0.2.0", "publishConfig": { "access": "public" },