chore: release new versions

- @open-wc/scoped-elements@0.3.1
This commit is contained in:
CircleCI
2020-02-13 23:51:38 +00:00
parent 9868bc7a1b
commit fe31403d6f
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.3.1](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.3.0...@open-wc/scoped-elements@0.3.1) (2020-02-13)
### Bug Fixes
* **scoped-elements:** support extending elements ([#1272](https://github.com/open-wc/open-wc/issues/1272)) ([9868bc7](https://github.com/open-wc/open-wc/commit/9868bc7a1bc94d4e54651c92d458f3b413a1ebda))
# [0.3.0](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.15...@open-wc/scoped-elements@0.3.0) (2020-02-13)

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/scoped-elements",
"version": "0.3.0",
"version": "0.3.1",
"publishConfig": {
"access": "public"
},