We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0b7a5 commit 2ca975fCopy full SHA for 2ca975f
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.0.9] - 2021-08-11
11
+
12
### Added
13
14
- Initial release.
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"name": "admin-example",
3
"vendor": "vtex",
4
- "version": "0.0.8",
+ "version": "0.0.9",
5
"title": "Example Admin App",
6
"description": "",
"mustUpdateAt": "2022-08-28",
react/package.json
@@ -1,6 +1,6 @@
"name": "vtex.admin-example",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
0 commit comments