diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9f93f9cd..6d97441a 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.11 (2023-10-02) + +**Note:** Version bump only for package @autoviews/core + ## 4.0.10 (2023-09-02) **Note:** Version bump only for package @autoviews/core diff --git a/packages/core/package.json b/packages/core/package.json index 156f353b..5739cfb2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@autoviews/core", - "version": "4.0.10", + "version": "4.0.11", "description": "TODO", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",