Skip to content

Commit 58de530

Browse files
chore(release): Version 1.5.0 - Automated release [skip ci]
See the release details: v1.5.0
1 parent a64ca63 commit 58de530

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
### 🚀 Release Notes
22

3+
**Version**: 1.5.0
4+
**Date**: 2025-01-30
5+
6+
### ✨ Features
7+
8+
- Proposal bind shorthand ([#37](https://github.com/cesarParra/lwc-signals/issues/37)) ([a64ca63](https://github.com/cesarParra/lwc-signals/commit/a64ca634e88483b7bec253dde12b5385eacea7f4))
9+
10+
### 🚀 Release Notes
11+
312
**Version**: 1.4.1
413
**Date**: 2025-01-22
514

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A simple yet powerful reactive state management solution for Lightning Web Compo
55
---
66

77
![GitHub Workflow Status](https://github.com/cesarParra/lwc-signals/actions/workflows/ci.yml/badge.svg)
8-
![Version](https://img.shields.io/badge/version-1.4.1-blue)
8+
![Version](https://img.shields.io/badge/version-1.5.0-blue)
99

1010
Inspired by the Signals technology behind SolidJs, Preact, Svelte 5 Runes and the Vue 3 Composition API, LWC Signals is
1111
a reactive signals implementation for Lightning Web Components.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lwc-signals",
33
"private": true,
4-
"version": "1.4.1",
4+
"version": "1.5.0",
55
"scripts": {
66
"test": "jest",
77
"build": "tsc",

0 commit comments

Comments
 (0)