Skip to content

Commit

Permalink
ci: Bump version (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefKai authored Mar 2, 2021
1 parent e999a01 commit 52f9938
Show file tree
Hide file tree
Showing 2 changed files with 380 additions and 328 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pancake-profile-api",
"version": "1.0.5",
"version": "1.0.6",
"description": "Serverless API implementation for PancakeSwap Profile smart contract on Binance Smart Chain.",
"main": "api/version.ts",
"repository": "[email protected]:pancakeswap/pancake-profile-api.git",
Expand All @@ -23,19 +23,19 @@
"mongoose": "^5.11.18"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@vercel/node": "^1.9.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jest": "^24.1.5",
"husky": "^4.3.8",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.1",
"ts-jest": "^26.5.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.5"
}
Expand Down
Loading

1 comment on commit 52f9938

@vercel
Copy link

@vercel vercel bot commented on 52f9938 Mar 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.