Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Dias committed Dec 28, 2018
1 parent 916b157 commit 578d646
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2018-12-28
### Changed
- New builders are in town! Add messages and store builders.

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "my-subscriptions",
"version": "0.2.3",
"version": "1.0.0",
"title": "MySubscriptions",
"defaultLocale": "pt-BR",
"description": "MySubscriptions app used used inside of the MyAccounts",
Expand All @@ -24,4 +24,4 @@
"vtex.my-account-commons": "0.x",
"vtex.my-orders-app": "2.x"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.3",
"version": "1.0.0",
"dependencies": {
"babel-eslint": "^10.0.1",
"babylon": "^6.18.0",
Expand Down

0 comments on commit 578d646

Please sign in to comment.