From 2de13d29be8f7f74be4efbea91effb7b02588a87 Mon Sep 17 00:00:00 2001 From: NetanelBasal Date: Mon, 29 Jan 2024 08:29:16 +0200 Subject: [PATCH] chore(query): release version 2.0.0-beta.11 --- query/CHANGELOG.md | 14 ++++++++++++++ query/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/query/CHANGELOG.md b/query/CHANGELOG.md index 47c8efc..cfa46b2 100644 --- a/query/CHANGELOG.md +++ b/query/CHANGELOG.md @@ -2,6 +2,20 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.0.0-beta.11](https://github-personal/ngneat/query/compare/query-2.0.0-beta.10...query-2.0.0-beta.11) (2024-01-29) + + +### Bug Fixes + +* **query:** 🐞 fix return type ([98ca3e8](https://github-personal/ngneat/query/commit/98ca3e80f2207d61973ee3df6ceb8b9713afb0fc)), closes [#151](https://github-personal/ngneat/query/issues/151) + + +### Features + +* **query:** 🔥 export MutationResult and CreateMutationOptions ([28a55d1](https://github-personal/ngneat/query/commit/28a55d16b797af7bdf79e00f1008fab5b5fbb66d)), closes [#152](https://github-personal/ngneat/query/issues/152) + + + # [2.0.0-beta.10](https://github-personal/ngneat/query/compare/query-2.0.0-beta.9...query-2.0.0-beta.10) (2024-01-24) diff --git a/query/package.json b/query/package.json index 8520579..872953c 100644 --- a/query/package.json +++ b/query/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/query", - "version": "2.0.0-beta.10", + "version": "2.0.0-beta.11", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Angular", "license": "MIT", "repository": "ngneat/query",