From c9b7d6c513d07479343c7f1ac50d8bcc93fadbba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 19:05:47 +0000 Subject: [PATCH] chore(main): release 1.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ce562..a2ec284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/icsaba/lit-functions/compare/v1.0.1...v1.0.2) (2024-09-25) + + +### Bug Fixes + +* removed npm registry from workflow ([b7121ab](https://github.com/icsaba/lit-functions/commit/b7121abc40454bbdd5101c086803422aed8f349e)) + ## [1.0.1](https://github.com/icsaba/lit-functions/compare/v1.0.0...v1.0.1) (2024-09-25) diff --git a/package.json b/package.json index 0dcca3f..900abd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lit-functions", - "version": "1.0.1", + "version": "1.0.2", "description": "Functional components for lit-elements.", "main": "dist/index.js", "module": "dist/index.js",