We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5483f51 + 0d19fc6 commit 8ca40dfCopy full SHA for 8ca40df
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.3](https://github.com/icsaba/lit-functions/compare/v1.0.2...v1.0.3) (2024-10-01)
4
+
5
6
+### Bug Fixes
7
8
+* **ts-example:** fixed import in the example file ([55044f0](https://github.com/icsaba/lit-functions/commit/55044f083b7c4620ebdc50ed0f8a31afe1b89dea))
9
10
## [1.0.2](https://github.com/icsaba/lit-functions/compare/v1.0.1...v1.0.2) (2024-09-25)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "lit-functions",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Functional components for lit-elements.",
"main": "dist/index.js",
"module": "dist/index.js",
0 commit comments