Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
salesfelipe committed Mar 29, 2019
1 parent 29183b2 commit 16a6ccd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.5.0] - 2019-03-29

### Added

- List by filter.
Expand Down
6 changes: 4 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.4.1",
"version": "0.5.0",
"title": "MySubscriptions",
"defaultLocale": "pt-BR",
"description": "MySubscriptions app used used inside of the MyAccounts",
Expand All @@ -11,7 +11,9 @@
},
"mustUpdateAt": "2019-04-02",
"categories": [],
"registries": ["smartcheckout"],
"registries": [
"smartcheckout"
],
"settingsSchema": {},
"scripts": {
"postreleasy": "vtex publish --verbose"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.1",
"version": "0.5.0",
"devDependencies": {
"@vtex/intl-equalizer": "^2.0.1",
"husky": "^1.3.1"
Expand Down

0 comments on commit 16a6ccd

Please sign in to comment.