diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d74cc742..2566d1fe 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. +## 3.0.11 (2022-07-08) + +**Note:** Version bump only for package @autoviews/core + + + + + ## 3.0.10 (2022-07-08) **Note:** Version bump only for package @autoviews/core diff --git a/packages/core/package.json b/packages/core/package.json index 5784ce5f..c800f244 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@autoviews/core", - "version": "3.0.10", + "version": "3.0.11", "description": "TODO", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",