From c72d6654ded56634f5b9796edd4a4a2a8ef55db6 Mon Sep 17 00:00:00 2001 From: NetanelBasal Date: Sat, 20 Jan 2024 20:24:48 +0200 Subject: [PATCH] chore(query): release version 2.0.0-beta.9 --- query/CHANGELOG.md | 9 +++++++++ query/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/query/CHANGELOG.md b/query/CHANGELOG.md index d85b8f7..0e17675 100644 --- a/query/CHANGELOG.md +++ b/query/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.0.0-beta.9](https://github-personal/ngneat/query/compare/query-2.0.0-beta.8...query-2.0.0-beta.9) (2024-01-20) + + +### Features + +* **query:** support observables in each client method ([7c82603](https://github-personal/ngneat/query/commit/7c826035ecabd1bf230d7e3025d8617bca614dcf)) + + + # [2.0.0-beta.8](https://github-personal/ngneat/query/compare/query-2.0.0-beta.7...query-2.0.0-beta.8) (2023-12-02) diff --git a/query/package.json b/query/package.json index 4e8cdcd..0d13b1b 100644 --- a/query/package.json +++ b/query/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/query", - "version": "2.0.0-beta.8", + "version": "2.0.0-beta.9", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Angular", "license": "MIT", "repository": "ngneat/query",