diff --git a/.changeset/soft-pears-live.md b/.changeset/soft-pears-live.md deleted file mode 100644 index e9fe53b..0000000 --- a/.changeset/soft-pears-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@clickvoidx/core": patch ---- - -Set up Bun-based tooling, documentation, CI, and release automation for the core package. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c7aa914..8d7af2a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,9 @@ # @clickvoidx/core +## 0.1.1 + +### Patch Changes + +- d8676e1: Set up Bun-based tooling, documentation, CI, and release automation for the core package. + All notable changes to this package will be documented in this file. diff --git a/packages/core/package.json b/packages/core/package.json index e1b50e5..7b985a9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@clickvoidx/core", - "version": "0.1.0", + "version": "0.1.1", "description": "Dead-click detection core package for browser applications.", "type": "module", "main": "./dist/index.js",