Skip to content

Commit

Permalink
chore(release): Version 1.0.1 - Automated release [skip ci]
Browse files Browse the repository at this point in the history
See the release details: v1.0.1
  • Loading branch information
semantic-release-bot committed Nov 26, 2024
1 parent 2fa354a commit cd6b31a
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.0.1
**Date**: 2024-11-26

### 🐞 Bug Fixes

- Reactive cycle improvements ([2fa354a](https://github.com/cesarParra/lwc-signals/commit/2fa354a8bd67e12773468460d61e90b47db1891d))

### 🚀 Release Notes

**Version**: 1.0.0
**Date**: 2024-11-22

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.0.0-blue)
![Version](https://img.shields.io/badge/version-1.0.1-blue)

Inspired by the Signals technology behind SolidJs, Preact, Svelte 5 Runes and the Vue 3 Composition API, LWC Signals is
a
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.0.0",
"version": "1.0.1",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit cd6b31a

Please sign in to comment.