chore: release new versions

- @open-wc/building-rollup@1.3.2
This commit is contained in:
CircleCI
2020-06-25 20:13:09 +00:00
parent 2a14a51a29
commit 6cd15b183d
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.
## [1.3.2](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.3.1...@open-wc/building-rollup@1.3.2) (2020-06-25)
### Bug Fixes
* **building-rollup:** add `regenerator-runtime` dependency explicitly ([2a14a51](https://github.com/open-wc/open-wc/commit/2a14a51a29e7e544d3e7a7cb902fad08c424933d))
## [1.3.1](https://github.com/open-wc/open-wc/compare/@open-wc/building-rollup@1.3.0...@open-wc/building-rollup@1.3.1) (2020-05-27)
**Note:** Version bump only for package @open-wc/building-rollup

View File

@@ -1,6 +1,6 @@
{
"name": "@open-wc/building-rollup",
"version": "1.3.1",
"version": "1.3.2",
"publishConfig": {
"access": "public"
},