Skip to content

Commit 242c670

Browse files
committed
Bump version 0.2.0
1 parent 465e5d2 commit 242c670

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'trpc-netlify-functions': minor
3+
---
4+
5+
Release new version
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# trpc-netlify-functions
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Release new version

packages/trpc-netlify-functions/package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trpc-netlify-functions",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "An adapter to run tRPC Server on Netlify Functions",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -14,7 +14,11 @@
1414
"typecheck": "tsc",
1515
"release": "pnpm run build && changeset publish"
1616
},
17-
"keywords": ["trpc", "netlify", "typescript"],
17+
"keywords": [
18+
"trpc",
19+
"netlify",
20+
"typescript"
21+
],
1822
"author": "Sam Huynh",
1923
"license": "MIT",
2024
"repository": {

0 commit comments

Comments
 (0)