Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 9886a38

Browse files
committed
v1.1.0
1 parent 62e4a26 commit 9886a38

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
**v1.1.0** [21 Jan 2020]
4+
5+
* Add support for rendering using the shadow DOM (thanks @mdevlamynck)
6+
37
**v1.0.0** [10 May 2019]
48

59
* Released the breaking changes in 0.7-beta as a v1.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teamthread/elm-web-components",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Run your Elm apps through web components.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)