From f49f3e236b5490cfe7e25e25a965ca60c0379520 Mon Sep 17 00:00:00 2001 From: NetanelBasal Date: Tue, 7 Jan 2025 19:18:26 +0200 Subject: [PATCH] chore(query): release version 3.1.1 --- query/CHANGELOG.md | 9 +++++++++ query/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/query/CHANGELOG.md b/query/CHANGELOG.md index caade5d..67ffd0c 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.1](https://github.com/ngneat/query/compare/query-3.1.0...query-3.1.1) (2025-01-07) + + +### Bug Fixes + +* **query:** 🐞 fix version support ([9131e67](https://github.com/ngneat/query/commit/9131e67b073060a0a9920933c84db50f9012b87e)) + + + # [3.1.0](https://github.com/ngneat/query/compare/query-3.0.0...query-3.1.0) (2024-12-17) diff --git a/query/package.json b/query/package.json index 8d2afdc..cf5492c 100644 --- a/query/package.json +++ b/query/package.json @@ -1,6 +1,6 @@ { "name": "@ngneat/query", - "version": "3.1.0", + "version": "3.1.1", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Angular", "license": "MIT", "repository": "ngneat/query",