From f5ecff238d83c80d343a55c8034b9cf18c1f77f0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Jan 2025 15:21:18 +0000 Subject: [PATCH] chore(release): Version 1.4.1 - Automated release [skip ci] See the release details: v1.4.1 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7cbf1..823d769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ### 🚀 Release Notes +**Version**: 1.4.1 +**Date**: 2025-01-22 + +### 🐞 Bug Fixes + +- Build Last Change ([#40](https://github.com/cesarParra/lwc-signals/issues/40)) ([df8b1e8](https://github.com/cesarParra/lwc-signals/commit/df8b1e85f53f7e2510a6a5d96529b5a0eecf9f09)) + +### 🚀 Release Notes + **Version**: 1.4.0 **Date**: 2025-01-21 diff --git a/README.md b/README.md index 4855c98..1c50246 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A simple yet powerful reactive state management solution for Lightning Web Compo --- ![GitHub Workflow Status](https://github.com/cesarParra/lwc-signals/actions/workflows/ci.yml/badge.svg) -![Version](https://img.shields.io/badge/version-1.4.0-blue) +![Version](https://img.shields.io/badge/version-1.4.1-blue) Inspired by the Signals technology behind SolidJs, Preact, Svelte 5 Runes and the Vue 3 Composition API, LWC Signals is a reactive signals implementation for Lightning Web Components. diff --git a/package-lock.json b/package-lock.json index 1a5301a..0e3dce9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lwc-signals", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lwc-signals", - "version": "1.4.0", + "version": "1.4.1", "hasInstallScript": true, "devDependencies": { "@eslint/js": "^9.2.0", diff --git a/package.json b/package.json index a3dc357..940e74b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lwc-signals", "private": true, - "version": "1.4.0", + "version": "1.4.1", "scripts": { "test": "jest", "build": "tsc",