Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denisebiscaro committed Dec 19, 2019
1 parent 4f1629f commit e4c2cc9
Show file tree
Hide file tree
Showing 4 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 @@
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.1] - 2019-12-19
### Added
- Deprecation notice

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"vendor": "vtex",
"name": "wishlist",
"title": "Wishlist",
"version": "0.3.0",
"version": "0.3.1",
"defaultLocale": "pt-BR",
"builders": {
"react": "3.x",
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"scripts": {
"lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'"
},
"version": "0.3.0"
"version": "0.3.1"
}
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"react-dom": "^16.3.1",
"typescript": "3.5.2"
},
"version": "0.3.0"
"version": "0.3.1"
}

0 comments on commit e4c2cc9

Please sign in to comment.