diff --git a/CHANGELOG.md b/CHANGELOG.md index b067279..6d7a0c0 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] +## [2.1.5] - 2022-01-04 + ### Fixed - Blocked search indexing with the `noindex` tag diff --git a/manifest.json b/manifest.json index 9222e9d..bdf3aa3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "docs-ui", - "version": "2.1.4", + "version": "2.1.5", "title": "VTEX IO Docs UI", "description": "VTEX IO Docs UI", "builders": { diff --git a/react/package.json b/react/package.json index 857a8a6..2dfed87 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.docs-ui", - "version": "2.1.4", + "version": "2.1.5", "scripts": { "lint": "tsc --noEmit && eslint --ext ts,tsx .", "lint:locales": "intl-equalizer",