diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ee452304..bece26da 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +## 4.0.3 (2022-11-04) + +**Note:** Version bump only for package @autoviews/core + + + + + ## 4.0.2 (2022-10-31) **Note:** Version bump only for package @autoviews/core diff --git a/packages/core/package.json b/packages/core/package.json index b7f16a03..c5c12765 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@autoviews/core", - "version": "4.0.2", + "version": "4.0.3", "description": "TODO", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",