From 7f325d62c49142d4e9d41a2e18febe4df2f08dae Mon Sep 17 00:00:00 2001 From: CircleCI Date: Sun, 1 Dec 2019 20:49:50 +0000 Subject: [PATCH] chore: release new versions - @open-wc/lit-helpers@0.2.0 --- packages/lit-helpers/CHANGELOG.md | 11 +++++++++++ packages/lit-helpers/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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" },