Skip to content

Commit

Permalink
Bump version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raleksandar committed Oct 18, 2024
1 parent c2c2b93 commit 19694dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 19694dc

Please sign in to comment.