diff --git a/query/CHANGELOG.md b/query/CHANGELOG.md index 01d5f45..caade5d 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). +# [3.1.0](https://github.com/ngneat/query/compare/query-3.0.0...query-3.1.0) (2024-12-17) + + +### Features + +* update to Angular 19 ([#200](https://github.com/ngneat/query/issues/200)) ([f6f79a1](https://github.com/ngneat/query/commit/f6f79a14c5c4579bd7d024440f7d285a7ec27ee4)) + + + # [3.0.0](/compare/query-2.0.1...query-3.0.0) (2024-07-03) diff --git a/query/package.json b/query/package.json index 36c8d2a..b81e504 100644 --- a/query/package.json +++ b/query/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/query", - "version": "3.0.0", + "version": "3.1.0", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Angular", "license": "MIT", "repository": "ngneat/query",