Skip to content

Commit

Permalink
Release v2.80.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danzanzini committed Jul 11, 2022
1 parent 597bac5 commit 1ed054a
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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.80.1] - 2022-07-11

### Fixed

- SEO: Use `h3` as default tag for `ProductSummaryName` instead of `h1`
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": "product-summary",
"version": "2.80.0",
"version": "2.80.1",
"title": "Product Summary",
"description": "Product summary component",
"defaultLocale": "pt-BR",
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"vtexScriptsOverride": {
"srcPath": "."
},
"version": "2.80.0"
"version": "2.80.1"
}

0 comments on commit 1ed054a

Please sign in to comment.