Skip to content

Commit 9528875

Browse files
Release v1.0.0
1 parent dccc1d7 commit 9528875

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@metamask/gator-examples",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"license": "(MIT-0 OR Apache-2.0)",
66
"description": "CLI tool to create Gator examples",
77
"main": "dist/index.js",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0]
11+
12+
[Unreleased]: https://github.com/MetaMask/gator-examples/compare/create-gator-app@0.1.0...HEAD
13+
[0.1.0]: https://github.com/MetaMask/gator-examples/releases/tag/create-gator-app@0.1.0

packages/create-gator-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/create-gator-app",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"license": "(MIT-0 OR Apache-2.0)",
55
"description": "CLI tool to create new MetaMask Delegator applications",
66
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)