Skip to content

Commit

Permalink
chore(release): Version 1.2.1 - Automated release [skip ci]
Browse files Browse the repository at this point in the history
See the release details: v1.2.1
  • Loading branch information
semantic-release-bot committed Dec 18, 2024
1 parent 880f009 commit cae2013
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
### 🚀 Release Notes

**Version**: 1.2.1
**Date**: 2024-12-18

### 🐞 Bug Fixes

- isASignal function renamed to isSignal ([899ba02](https://github.com/cesarParra/lwc-signals/commit/899ba0241494c4f9e8e0d3b650ca791956a338d1))

### 🛠️ Chores

- kitchen sink demo images ([2f3cab3](https://github.com/cesarParra/lwc-signals/commit/2f3cab3bd55753c88215d381275aa2300678add6))

### 🚀 Release Notes

**Version**: 1.2.0
**Date**: 2024-12-11

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.2.0-blue)
![Version](https://img.shields.io/badge/version-1.2.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.2.0",
"version": "1.2.1",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit cae2013

Please sign in to comment.