Skip to content

Commit

Permalink
Release v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
klzns committed Apr 27, 2020
1 parent 48c6938 commit ddf0e01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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 @@ 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]

## [2.8.2] - 2020-04-27
### Fixed
- `product-details.customizer` entry point.

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "product-customizer",
"vendor": "vtex",
"version": "2.8.1",
"version": "2.8.2",
"title": "Product Customizer",
"description": "",
"mustUpdateAt": "2019-09-27",
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"apollo-client": "^2.6.8",
"typescript": "3.8.3"
},
"version": "2.8.1"
"version": "2.8.2"
}

0 comments on commit ddf0e01

Please sign in to comment.