Skip to content

Commit

Permalink
chore(changesets): bump package version (#54)
Browse files Browse the repository at this point in the history
chore: bump package version

Co-authored-by: Luke Morales <[email protected]>
  • Loading branch information
github-actions[bot] and lukemorales authored Mar 3, 2023
1 parent 142024d commit 0856a2c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-cats-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-news-shout.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lukemorales/query-key-factory

## 1.2.0

### Minor Changes

- [#51](https://github.com/lukemorales/query-key-factory/pull/51) [`142024d`](https://github.com/lukemorales/query-key-factory/commit/142024d484141904bac0b80b0a45576f1be24a98) Thanks [@s-bondarenko](https://github.com/s-bondarenko)! - Implemented `create-mutation-keys` function for creating of mutation keys

### Patch Changes

- [#51](https://github.com/lukemorales/query-key-factory/pull/51) [`142024d`](https://github.com/lukemorales/query-key-factory/commit/142024d484141904bac0b80b0a45576f1be24a98) Thanks [@s-bondarenko](https://github.com/s-bondarenko)! - Added possibility to merge mutation keys with query keys

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lukemorales/query-key-factory",
"version": "1.1.0",
"version": "1.2.0",
"author": "Luke Morales <[email protected]>",
"description": "A library for creating standardized query keys, useful for cache management in @tanstack/query",
"license": "MIT",
Expand Down

0 comments on commit 0856a2c

Please sign in to comment.