diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ec594..51efdd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/package.json b/package.json index 5b40239..8d65fa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@logux/core", - "version": "0.8.5", + "version": "0.9.0", "description": "Logux core components", "keywords": [ "logux",