diff --git a/devtools/CHANGELOG.md b/devtools/CHANGELOG.md index a99fe9d..55aab50 100644 --- a/devtools/CHANGELOG.md +++ b/devtools/CHANGELOG.md @@ -2,6 +2,20 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [2.1.0](https://github.com/ngneat/query/compare/devtools-2.0.0...devtools-2.1.0) (2025-01-25) + + +### Bug Fixes + +* **query:** 🐞 fix version support ([9131e67](https://github.com/ngneat/query/commit/9131e67b073060a0a9920933c84db50f9012b87e)) + + +### Features + +* update to Angular 19 ([#200](https://github.com/ngneat/query/issues/200)) ([f6f79a1](https://github.com/ngneat/query/commit/f6f79a14c5c4579bd7d024440f7d285a7ec27ee4)) + + + # [2.0.0](/compare/devtools-2.0.0-beta.0...devtools-2.0.0) (2024-07-03) diff --git a/devtools/package.json b/devtools/package.json index 00d3147..4f1ef93 100644 --- a/devtools/package.json +++ b/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/query-devtools", - "version": "2.0.0", + "version": "2.1.0", "description": "Developer tools to interact with and visualize the ngneat/query cache", "license": "MIT", "repository": "ngneat/query",