diff --git a/.changeset/cuddly-pigs-trade.md b/.changeset/cuddly-pigs-trade.md deleted file mode 100644 index 0e7e704b..00000000 --- a/.changeset/cuddly-pigs-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'electron-trpc': patch ---- - -Initial version diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..9ca30681 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# electron-trpc + +## 0.0.1 + +### Patch Changes + +- [#2](https://github.com/jsonnull/electron-trpc/pull/2) [`693b1e0`](https://github.com/jsonnull/electron-trpc/commit/693b1e0e30d06c2cba6b1745967e1b3c38f3ed91) Thanks [@jsonnull](https://github.com/jsonnull)! - Initial version diff --git a/package.json b/package.json index 8c9290cb..90d4ecce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-trpc", - "version": "0.0.0", + "version": "0.0.1", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts",