From 19694dcf29cc3619f1100fb0e031c30df1561728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandar=20Ru=C5=BEi=C4=8Di=C4=87?= Date: Fri, 18 Oct 2024 13:47:55 +0200 Subject: [PATCH] Bump version to v1.1.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b1311..f8011a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.1.0] - 2024-10-18 ### Added - `untracked()` - A function that reads the value of a signal without tracking it. - `signal` option to `effect()` and `memo()` - An instance of `AbortSignal` that can be used to unlink all dependencies when the signal is aborted. @@ -19,4 +20,5 @@ All notable changes to this project will be documented in this file. - Initial release [Unreleased]: https://github.com/raleksandar/mali-signali/compare/v1.0.0...HEAD +[1.1.0]: https://github.com/raleksandar/mali-signali/releases/tag/v1.1.0 [1.0.0]: https://github.com/raleksandar/mali-signali/releases/tag/v1.0.0 \ No newline at end of file diff --git a/package.json b/package.json index c01f20d..7279954 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mali-signali", - "version": "1.0.0", + "version": "1.1.0", "author": "Aleksandar Ružičić", "license": "MIT", "description": "A Lightweight, framework-agnostic TypeScript library for reactive state management.",