Skip to content

Commit

Permalink
chore(query): release version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Jul 3, 2024
1 parent 518af07 commit 2605088
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# [3.0.0](/compare/query-2.0.1...query-3.0.0) (2024-07-03)


### Features

* adds angular 18 support (#181) 518af07, closes #181


### BREAKING CHANGES

* Bumps required angular version to 18



## [2.0.1](/compare/query-2.0.0...query-2.0.1) (2024-05-26)


Expand Down
2 changes: 1 addition & 1 deletion query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngneat/query",
"version": "2.0.1",
"version": "3.0.0",
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Angular",
"license": "MIT",
"repository": "ngneat/query",
Expand Down

0 comments on commit 2605088

Please sign in to comment.