Skip to content

Commit 8ca40df

Browse files
authored
Merge pull request #5 from icsaba/release-please--branches--main--components--lit-functions
chore(main): release 1.0.3
2 parents 5483f51 + 0d19fc6 commit 8ca40df

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [1.0.2](https://github.com/icsaba/lit-functions/compare/v1.0.1...v1.0.2) (2024-09-25)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lit-functions",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Functional components for lit-elements.",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)