Skip to content

Commit 15e0fc5

Browse files
committed
chore(release): 4.2.4
1 parent 7bc7a14 commit 15e0fc5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/observable-hooks/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [4.2.4](https://github.com/crimx/observable-hooks/compare/v4.2.3...v4.2.4) (2024-07-27)
6+
7+
8+
### Bug Fixes
9+
10+
* avoid calling functions emitted by observables ([#132](https://github.com/crimx/observable-hooks/issues/132)) ([715a4e1](https://github.com/crimx/observable-hooks/commit/715a4e188c7952194a28e81d8fd466ec4c51f6ea))
11+
512
### [4.2.3](https://github.com/crimx/observable-hooks/compare/v4.2.2...v4.2.3) (2023-08-15)
613

714

packages/observable-hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "observable-hooks",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "React hooks for RxJS Observables. Simple, flexible, testable and performant.",
55
"main": "dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)