Skip to content

Commit

Permalink
chore(release): Version 1.4.1 - Automated release [skip ci]
Browse files Browse the repository at this point in the history
See the release details: v1.4.1
  • Loading branch information
semantic-release-bot committed Jan 22, 2025
1 parent df8b1e8 commit f5ecff2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lwc-signals",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"scripts": {
"test": "jest",
"build": "tsc",
Expand Down

0 comments on commit f5ecff2

Please sign in to comment.