diff --git a/.changeset/afraid-bats-double.md b/.changeset/afraid-bats-double.md deleted file mode 100644 index 6b6198c..0000000 --- a/.changeset/afraid-bats-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"trpc-rtk-query": minor ---- - -Set packageManager field instead of engines.pnpm diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c5269..04cf887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # trpc-rtk-query +## 0.2.0 + +### Minor Changes + +- [#308](https://github.com/otahontas/trpc-rtk-query/pull/308) [`a270fef`](https://github.com/otahontas/trpc-rtk-query/commit/a270fef50977afda0ecd0604fe3a76099481b2a8) Thanks [@ianldgs](https://github.com/ianldgs)! - Set packageManager field instead of engines.pnpm + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index 365e3eb..f2ce4ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trpc-rtk-query", - "version": "0.1.1", + "version": "0.2.0", "description": "tRPC adapter for RTK Query", "author": "Otto Ahoniemi", "license": "MIT",