From 0d19fc6a168c195358e6248946be6181626cfd41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:41:00 +0000 Subject: [PATCH] chore(main): release 1.0.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ec284..8658994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/icsaba/lit-functions/compare/v1.0.2...v1.0.3) (2024-10-01) + + +### Bug Fixes + +* **ts-example:** fixed import in the example file ([55044f0](https://github.com/icsaba/lit-functions/commit/55044f083b7c4620ebdc50ed0f8a31afe1b89dea)) + ## [1.0.2](https://github.com/icsaba/lit-functions/compare/v1.0.1...v1.0.2) (2024-09-25) diff --git a/package.json b/package.json index 094cc1e..f9d1eb8 100644 --- a/package.json +++ b/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",