We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d392431 commit 9042876Copy full SHA for 9042876
.changeset/pre.json
@@ -4,5 +4,7 @@
4
"initialVersions": {
5
"electron-trpc": "0.1.0"
6
},
7
- "changesets": []
+ "changesets": [
8
+ "ten-bobcats-ring"
9
+ ]
10
}
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# electron-trpc
2
3
+## 0.2.0-next.0
+
+### Minor Changes
+- [`d392431`](https://github.com/jsonnull/electron-trpc/commit/d39243176897dd7cd209d768db68dc90cab92c58) Thanks [@jsonnull](https://github.com/jsonnull)! - Move to tRPC v10.
## 0.1.0
11
### Minor Changes
package.json
@@ -1,7 +1,7 @@
{
"name": "electron-trpc",
"description": "Electron support for tRPC",
- "version": "0.1.0",
+ "version": "0.2.0-next.0",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
0 commit comments