chore: release new versions

- @open-wc/lit-helpers@0.2.0
This commit is contained in:
CircleCI
2019-12-01 20:49:50 +00:00
parent 2e34762d42
commit 7f325d62c4
2 changed files with 12 additions and 1 deletions

View File

@@ -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)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/lit-helpers",
"version": "0.1.0",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},