From 81a3ba9b5f92adcea6af11f62222caf466b65f2c Mon Sep 17 00:00:00 2001 From: NetanelBasal Date: Sat, 18 Nov 2023 19:26:19 +0200 Subject: [PATCH] chore(query): release version 2.0.0-beta.2 --- query/CHANGELOG.md | 4 ++++ query/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/query/CHANGELOG.md b/query/CHANGELOG.md index 858b153..3c12e94 100644 --- a/query/CHANGELOG.md +++ b/query/CHANGELOG.md @@ -2,6 +2,10 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.0.0-beta.2](https://github-personal/ngneat/query/compare/query-2.0.0-beta.1...query-2.0.0-beta.2) (2023-11-18) + + + # [2.0.0-beta.1](https://github-personal/ngneat/query/compare/query-2.0.0-beta.0...query-2.0.0-beta.1) (2023-11-16) diff --git a/query/package.json b/query/package.json index fcb2261..0b5887e 100644 --- a/query/package.json +++ b/query/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/query", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Angular", "license": "MIT", "repository": "ngneat/query",