diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ceeb24b92..5ca6357efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.5](https://github.com/vtex/faststore/compare/v1.9.4...v1.9.5) (2022-06-10) + +**Note:** Version bump only for package faststore + + + + + ## 1.9.4 (2022-06-10) diff --git a/lerna.json b/lerna.json index 6421516ff6..81d98313f2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.9.4", + "version": "1.9.5", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 5f0bc95786..dede7b8d47 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.5](https://github.com/vtex/faststore/compare/v1.9.4...v1.9.5) (2022-06-10) + +**Note:** Version bump only for package @faststore/api + + + + + ## 1.9.4 (2022-06-10) diff --git a/packages/api/package.json b/packages/api/package.json index ffd9e9c75e..313ee235d6 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/api", - "version": "1.9.4", + "version": "1.9.5", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",