Skip to content

Commit

Permalink
chore(release): Version 1.1.0 - Automated release [skip ci]
Browse files Browse the repository at this point in the history
See the release details: v1.1.0
  • Loading branch information
semantic-release-bot committed Nov 29, 2024
1 parent 97fa7fe commit 098d623
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.1.0
**Date**: 2024-11-29

### ✨ Features

- Error handling and cyclical dependency management ([#20](https://github.com/cesarParra/lwc-signals/issues/20)) ([97fa7fe](https://github.com/cesarParra/lwc-signals/commit/97fa7fe78955e744044096e384d32d4dfa5b0922))

### 🚀 Release Notes

**Version**: 1.0.2
**Date**: 2024-11-29

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

0 comments on commit 098d623

Please sign in to comment.