diff --git a/CHANGELOG.md b/CHANGELOG.md index 953b4ce..53d428b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @lit/lit-starter-ts +## 1.0.3 + +### Patch Changes + +- [#2757](https://github.com/lit/lit/pull/2757) [`55841c14`](https://github.com/lit/lit/commit/55841c14f52891357dd93680d3bc5b1da6c89c8a) - Update Rollup and Rollup plugins + ## 1.0.2 ### Patch Changes diff --git a/package.json b/package.json index 56e7dce..377f0e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lit/lit-starter-ts", "private": true, - "version": "1.0.2", + "version": "1.0.3", "description": "A simple web component", "main": "my-element.js", "module": "my-element.js",