diff --git a/CHANGELOG.md b/CHANGELOG.md index df3dcdc0..76543a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/manifest.json b/manifest.json index 258b262d..b837e29e 100644 --- a/manifest.json +++ b/manifest.json @@ -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", @@ -24,4 +24,4 @@ "vtex.my-account-commons": "0.x", "vtex.my-orders-app": "2.x" } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 367f7611..c8972d56 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.3", + "version": "1.0.0", "dependencies": { "babel-eslint": "^10.0.1", "babylon": "^6.18.0",