Skip to content

Commit 1b9470a

Browse files
authored
Merge pull request #80 from privy-open-source/release/0.4.0
chore: bump version to `0.4.0`
2 parents fbf794f + 720320d commit 1b9470a

File tree

8 files changed

+4512
-3
lines changed

8 files changed

+4512
-3
lines changed

.yarn/plugins/@yarnpkg/plugin-version.cjs

Lines changed: 550 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/versions/3cdb3263.yml

Whitespace-only changes.

.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ nodeLinker: node-modules
33
plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
55
spec: "@yarnpkg/plugin-typescript"
6+
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
7+
spec: "@yarnpkg/plugin-version"
68

79
yarnPath: .yarn/releases/yarn-3.6.1.cjs

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ export default defineServer([
115115
])
116116
```
117117

118+
See [example](./playground/) and result [here](./playground/api/document.ts)
119+
118120
## Contribution
119121

120122
- Clone this repository

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@privyid/nhp",
33
"description": "Nuxt HTTP Proxy Module",
4-
"version": "0.3.1",
4+
"version": "0.4.0",
55
"packageManager": "yarn@3.6.1",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)