From c17a0784d32255b6facac581456271783c5e3037 Mon Sep 17 00:00:00 2001 From: icazevedo <8127610+icazevedo@users.noreply.github.com> Date: Tue, 8 Jun 2021 18:24:38 +0000 Subject: [PATCH] Release v4.4.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4698e674..a5af0467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] + +## [4.4.0] - 2021-06-08 ### Changed - `search-fetch-previous` and `search-fetch-more` to use `a` tags to improve SEO performance diff --git a/manifest.json b/manifest.json index 4c5aacdb..82d85502 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-theme", - "version": "4.3.0", + "version": "4.4.0", "builders": { "styles": "2.x", "store": "0.x",