Skip to content

Commit 6875d15

Browse files
author
Steve Orvell
authored
Merge pull request #324 from Polymer/release
Prepare release 0.6.4
2 parents 27e76f9 + 22120ae commit 6875d15

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
<!-- ### Removed -->
1818
<!-- ### Fixed -->
1919

20+
## [0.6.4] - 2018-11-30
21+
### Changed
22+
* Update lit-html dependency to ^0.14.0 ([#324](https://github.com/Polymer/lit-element/pull/324)).
23+
2024
## [0.6.3] - 2018-11-08
2125
### Changed
2226
* Update lit-html dependency to ^0.13.0 ([#298](https://github.com/Polymer/lit-element/pull/298)).

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polymer/lit-element",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Polymer based lit-html custom element",
55
"license": "BSD-3-Clause",
66
"repository": "Polymer/lit-element",
@@ -40,7 +40,7 @@
4040
},
4141
"typings": "lit-element.d.ts",
4242
"dependencies": {
43-
"lit-html": "^0.13.0"
43+
"lit-html": "^0.14.0"
4444
},
4545
"publishConfig": {
4646
"access": "public"

0 commit comments

Comments
 (0)