Skip to content
Open

0.3.0 #102

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0]

### Changed

- Update the Smart Accounts Kit version.

## [0.2.0]

### Changed
Expand Down Expand Up @@ -78,11 +84,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ERC-7715 starter template for Next.js
- Support for feature flags

[Unreleased]: https://github.com/MetaMask/gator-examples/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/MetaMask/gator-examples/compare/v0.1.5...v0.2.0
[0.1.5]: https://github.com/MetaMask/gator-examples/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/MetaMask/gator-examples/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/MetaMask/gator-examples/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/MetaMask/gator-examples/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/MetaMask/gator-examples/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/MetaMask/gator-examples/releases/tag/v0.1.0
[Unreleased]: https://github.com/MetaMask/create-gator-app/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/MetaMask/create-gator-app/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/MetaMask/create-gator-app/compare/v0.1.5...v0.2.0
[0.1.5]: https://github.com/MetaMask/create-gator-app/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/MetaMask/create-gator-app/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/MetaMask/create-gator-app/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/MetaMask/create-gator-app/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/MetaMask/create-gator-app/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/MetaMask/create-gator-app/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/create-gator-app",
"version": "0.2.0",
"version": "0.3.0",
"description": "CLI tool to create new MetaMask Smart Accounts Kit application",
"homepage": "https://github.com/MetaMask/gator-examples#readme",
"bugs": {
Expand Down
Loading