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