From def8a0d14b4a46f7c13b80f642d34e18fbc37cdb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 21 Mar 2026 10:04:35 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/okikio/observables/compare/v1.2.0...v1.3.0) (2026-03-21) ### Bug Fixes * adjust timing in combineLatestWith test for accurate emission sequence ([ad26217](https://github.com/okikio/observables/commit/ad26217855939dfcbfd99b81bfe10a6018dd916f)) ### Features * enhance interoperability with new SubscribableLike interface and improved ObservableInteropInputLike type ([9c70c52](https://github.com/okikio/observables/commit/9c70c52bbcea0487aac4ad0e95aa58320768224c)) * enhance observableInputToStream with subscription management and cancellation support ([f5425aa](https://github.com/okikio/observables/commit/f5425aa1e0485ace2e0b7352eddf58ae8710ca2c)) --- CHANGELOG.md | 13 +++++++++++++ deno.jsonc | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf2c3f..e62e93c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.3.0](https://github.com/okikio/observables/compare/v1.2.0...v1.3.0) (2026-03-21) + + +### Bug Fixes + +* adjust timing in combineLatestWith test for accurate emission sequence ([ad26217](https://github.com/okikio/observables/commit/ad26217855939dfcbfd99b81bfe10a6018dd916f)) + + +### Features + +* enhance interoperability with new SubscribableLike interface and improved ObservableInteropInputLike type ([9c70c52](https://github.com/okikio/observables/commit/9c70c52bbcea0487aac4ad0e95aa58320768224c)) +* enhance observableInputToStream with subscription management and cancellation support ([f5425aa](https://github.com/okikio/observables/commit/f5425aa1e0485ace2e0b7352eddf58ae8710ca2c)) + # [1.2.0](https://github.com/okikio/observables/compare/v1.1.0...v1.2.0) (2026-03-21) diff --git a/deno.jsonc b/deno.jsonc index 65f7380..da5a6c7 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -1,6 +1,6 @@ { "name": "@okikio/observables", - "version": "1.2.0", + "version": "1.3.0", "description": "A spec-faithful yet ergonomic TC39-inspired Observable library with detailed types, tsdocs and examples.", "exports": { ".": "./mod.ts", -- 2.51.2