Skip to content

Commit

Permalink
patch 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRomain committed Feb 26, 2024
1 parent bad4199 commit ffb4cec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @talentlayer/client

## 0.1.12

### Patch Changes

- Add github link info

## 0.1.11

### Patch Changes
Expand Down
7 changes: 6 additions & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "@talentlayer/client",
"version": "0.1.11",
"version": "0.1.12",
"description": "The TalentLayer Client for interacting with TalentLayer Smart Contracts and Graph end-points",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/TalentLayer/talentlayer-sdk.git",
"directory": "packages/client"
},
"scripts": {
"lint": "eslint .",
"prepare": "npm run build",
Expand Down

0 comments on commit ffb4cec

Please sign in to comment.