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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitoria committed Nov 5, 2019
1 parent fc5fae1 commit 304f1c8
Show file tree
Hide file tree
Showing 4 changed files with 6 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 @@

## [Unreleased]

## [0.3.0] - 2019-11-05

### Added

- Modules typings.
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.2.0",
"version": "0.3.0",
"defaultLocale": "pt-BR",
"builders": {
"react": "3.x",
Expand Down
3 changes: 2 additions & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
},
"scripts": {
"lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'"
}
},
"version": "0.3.0"
}
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.0.0"
"version": "0.3.0"
}

0 comments on commit 304f1c8

Please sign in to comment.