Skip to content

Commit

Permalink
Release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrasa committed Sep 11, 2020
1 parent 9b4712f commit 17c66db
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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.0.8] - 2020-09-11

## [0.0.7] - 2020-09-03
### Fixed
- README.md file
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "order-configuration",
"version": "0.0.7",
"version": "0.0.8",
"title": "Order Configuration",
"description": "A custom price selector for B2B users",
"defaultLocale": "pt-BR",
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"scripts": {
"lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'"
},
"version": "0.0.6"
"version": "0.0.8"
}
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-price-selector",
"version": "0.0.6",
"version": "0.0.8",
"scripts": {
"test": "vtex-test-tools test",
"lint": "tsc --noEmit && eslint --ext ts,tsx ."
Expand Down

0 comments on commit 17c66db

Please sign in to comment.