diff --git a/query/CHANGELOG.md b/query/CHANGELOG.md index 3c12e94..f0c58bd 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.3](https://github-personal/ngneat/query/compare/query-2.0.0-beta.2...query-2.0.0-beta.3) (2023-11-23) + + +### Features + +* **query:** 🔥 add mutateAsync function ([d42789e](https://github-personal/ngneat/query/commit/d42789eabc37ef871ce992b6d2867c6d96bbd913)) + + + # [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) diff --git a/query/package.json b/query/package.json index 0b5887e..2c5020c 100644 --- a/query/package.json +++ b/query/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/query", - "version": "2.0.0-beta.2", + "version": "2.0.0-beta.3", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Angular", "license": "MIT", "repository": "ngneat/query",