Skip to content

Commit

Permalink
Merge pull request #36 from privy-open-source/release/0.2.0
Browse files Browse the repository at this point in the history
release: `0.2.0`
  • Loading branch information
adenvt authored Oct 18, 2023
2 parents da01ff5 + 0a59e82 commit 1ec459c
Show file tree
Hide file tree
Showing 4 changed files with 558 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ node_modules
# Yarn
**/.yarn/cache
**/.yarn/*state*
**/.yarn/versions

# Generated dirs
dist
Expand Down
550 changes: 550 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
yarnPath: .yarn/releases/yarn-3.6.4.cjs

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"

yarnPath: .yarn/releases/yarn-3.6.4.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@privyid/pong",
"version": "0.1.0",
"version": "0.2.0",
"packageManager": "yarn@3.6.4",
"description": "Service discovery, Log & Trace module",
"repository": {
Expand Down

0 comments on commit 1ec459c

Please sign in to comment.