Skip to content

Commit

Permalink
Release 0.9 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 6, 2024
1 parent 3c82678 commit 7489218
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.9 L·L
* Removed Node.js 16 support.
* Replaced `inMap` and `inFilter` with `onReceive`.
* Replaced `outMap` and `outFilter` to `onSend`.
* Fixed synchronization.
* Added `Criteria` and `ReadonlyListener` types to exports (by @nichoth).

## 0.8.5
* Fixed frozen pages support (by @erictheswift).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logux/core",
"version": "0.8.5",
"version": "0.9.0",
"description": "Logux core components",
"keywords": [
"logux",
Expand Down

0 comments on commit 7489218

Please sign in to comment.