Skip to content

Commit a21abcb

Browse files
committed
Update changelog
1 parent ff7656a commit a21abcb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

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

20-
## [2.4.0] - 2020-08-12
20+
## [2.4.0] - 2020-08-14
21+
22+
### Changed
23+
* Set type in package.json to "module" ([#974](https://github.com/Polymer/lit-element/pull/974))
2124

2225
### Added
2326
* Adds a `cache: boolean` argument to the `@query` decorator as a performance optimization for properties whose queried element is not expected to change. If cache is set to true, element DOM is queried when the property is first accessed, and the value is cached so it can be immediately returned on all subsequent property accesses. ([#1013](https://github.com/Polymer/lit-element/issues/1013))

0 commit comments

Comments
 (0)