diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc0adc3..7f1b0ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.11.4] - 2023-11-14 + ### Changed - Delete lockfiles diff --git a/manifest.json b/manifest.json index 5586264b..82c636ab 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "availability-notify", "vendor": "vtex", - "version": "1.11.3", + "version": "1.11.4", "title": "Availability Notify", "description": "Record and send notification when an item is back in stock", "scripts": { diff --git a/react/package.json b/react/package.json index 1eb46ab0..ca7bbfbd 100644 --- a/react/package.json +++ b/react/package.json @@ -55,7 +55,7 @@ "vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.88.0/public/@types/vtex.store-resources", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.146.1/public/@types/vtex.styleguide" }, - "version": "1.11.3", + "version": "1.11.4", "dependencies": { "apollo-client": "^2.4.7", "graphql": "^15.3.0",