From df288343409cbb692d22d12cdfe44e2d41486869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20=C4=86wirko?= Date: Sun, 4 Dec 2022 22:02:37 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb1c77..dab7c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [4.0.0](https://github.com/xdevguild/nextjs-dapp-template/releases/tag/v4.0.0) (2022-12-04) +- changes in how the API proxy work +- renamed env variables +- 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 +- thanks to @janniksam + ### [3.1.0](https://github.com/xdevguild/nextjs-dapp-template/releases/tag/v3.1.0) (2022-12-03) - 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 - dependencies updates diff --git a/package.json b/package.json index 5571026..4230dd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextjs-dapp-template", - "version": "3.1.0", + "version": "4.0.0", "author": "Julian Ćwirko ", "license": "MIT", "homepage": "https://github.com/xdevguild/nextjs-dapp-template",