diff --git a/CHANGELOG.md b/CHANGELOG.md index 05907298..26b35661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to the create-aptos-dapp tool will be captured in this file. # Unreleased +# 0.0.13 (2024-07-15) + +- Add `dotenv` dev dependency to the `Boilerplate` template +- Add entry and view function examples to the `Boilerplate` template + # 0.0.12 (2024-07-10) - Add a `Boilerplate Template` option diff --git a/package.json b/package.json index 826d47c8..921c1283 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-aptos-dapp", "description": "a starter kit for dapp developers to easily bootstrap a dapp on the Aptos network", - "version": "0.0.12", + "version": "0.0.13", "license": "Apache-2.0", "author": "aptoslabs.com", "keywords": [