diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2fbb817e..34a3c925 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.0.9 (2023-07-12) + +**Note:** Version bump only for package @autoviews/core + ## 4.0.8 (2023-07-12) **Note:** Version bump only for package @autoviews/core diff --git a/packages/core/package.json b/packages/core/package.json index fb305d89..95d80666 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@autoviews/core", - "version": "4.0.8", + "version": "4.0.9", "description": "TODO", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",