Skip to content

Commit 59da6ed

Browse files
committed
Release v0.3.0
1 parent 51f4b6c commit 59da6ed

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.3.0] - 2019-12-27
911
### Added
1012
- Docs builder.
1113

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"vendor": "vtex",
33
"name": "shop-review-interfaces",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"title": "Shop Review Interfaces",
66
"description": "Interfaces for a merchant review app",
77
"builders": {

react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"prettier": "^1.16.4",
2020
"tslint-eslint-rules": "^5.4.0",
2121
"typescript": "3.3.4000"
22-
}
22+
},
23+
"version": "0.3.0"
2324
}

0 commit comments

Comments
 (0)