We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcf4bf commit 768d1d6Copy full SHA for 768d1d6
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @lit/lit-starter-ts
2
3
+## 1.0.5
4
+
5
+### Patch Changes
6
7
+- [#3561](https://github.com/lit/lit/pull/3561) [`e5c254e9`](https://github.com/lit/lit/commit/e5c254e96cb5d0f770ec616332e231559325c5c5) - Update dependency `@rollup/plugin-replace`
8
9
## 1.0.4
10
11
### Patch Changes
package.json
@@ -1,7 +1,7 @@
{
"name": "@lit/lit-starter-ts",
"private": true,
- "version": "1.0.4",
+ "version": "1.0.5",
"description": "A simple web component",
"main": "my-element.js",
"module": "my-element.js",
0 commit comments