Skip to content

Commit

Permalink
chore(query): release version 2.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Jan 29, 2024
1 parent 28a55d1 commit 2de13d2
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).

# [2.0.0-beta.11](https://github-personal/ngneat/query/compare/query-2.0.0-beta.10...query-2.0.0-beta.11) (2024-01-29)


### Bug Fixes

* **query:** 🐞 fix return type ([98ca3e8](https://github-personal/ngneat/query/commit/98ca3e80f2207d61973ee3df6ceb8b9713afb0fc)), closes [#151](https://github-personal/ngneat/query/issues/151)


### Features

* **query:** 🔥 export MutationResult and CreateMutationOptions ([28a55d1](https://github-personal/ngneat/query/commit/28a55d16b797af7bdf79e00f1008fab5b5fbb66d)), closes [#152](https://github-personal/ngneat/query/issues/152)



# [2.0.0-beta.10](https://github-personal/ngneat/query/compare/query-2.0.0-beta.9...query-2.0.0-beta.10) (2024-01-24)


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.0-beta.10",
"version": "2.0.0-beta.11",
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Angular",
"license": "MIT",
"repository": "ngneat/query",
Expand Down

0 comments on commit 2de13d2

Please sign in to comment.