diff --git a/CHANGELOG.md b/CHANGELOG.md index e0fb448..7a55247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.5] - 2019-12-27 + ## [1.0.4] - 2019-10-28 ### Chore - Rebuild to enable lazy evaluation of native-types entrypoints. diff --git a/manifest.json b/manifest.json index fc50996..87f918f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "open-graph", - "version": "1.0.4", + "version": "1.0.5", "title": "Open Graph", "description": "Open Graph tags", "builders": { @@ -16,4 +16,4 @@ "vtex.product-context": "0.x" }, "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" -} \ No newline at end of file +} diff --git a/react/package.json b/react/package.json index 58e8b7f..31d76b5 100644 --- a/react/package.json +++ b/react/package.json @@ -27,5 +27,5 @@ "tslint-eslint-rules": "^5.4.0", "typescript": "3.5.2" }, - "version": "1.0.4" + "version": "1.0.5" }