Skip to content

Commit df28834

Browse files
committed
bump version
1 parent 9a32945 commit df28834

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### [4.0.0](https://github.com/xdevguild/nextjs-dapp-template/releases/tag/v4.0.0) (2022-12-04)
2+
- changes in how the API proxy work
3+
- renamed env variables
4+
- check the [README.md](https://github.com/xdevguild/nextjs-dapp-template#working-with-the-env-and-config-files) and `.env.example` file for more info
5+
- thanks to @janniksam
6+
17
### [3.1.0](https://github.com/xdevguild/nextjs-dapp-template/releases/tag/v3.1.0) (2022-12-03)
28
- rewritten useScQuery, but it keeps backward compatibility, you can still use simple data types like number, string and boolan as the results without ABI, if you need to catch more complex data types, you need to provide the ABI file, check for more info in the README.md file
39
- dependencies updates

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-dapp-template",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"author": "Julian Ćwirko <julian.io>",
55
"license": "MIT",
66
"homepage": "https://github.com/xdevguild/nextjs-dapp-template",

0 commit comments

Comments
 (0)