diff --git a/.changeset/real-dodos-tickle.md b/.changeset/real-dodos-tickle.md deleted file mode 100644 index 5093fce..0000000 --- a/.changeset/real-dodos-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ctablex/core': patch ---- - -add repository to package.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 08976e4..f24a233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. +## [0.5.1](https://github.com/ctablex/core/compare/0.5.0...0.5.1) (2024-07-12) + +- add repository to package.json ([9350975](https://github.com/ctablex/core/commit/93509758734028559d668f42f3c55f8f57d8c93c)) + ## [0.5.0](https://github.com/ctablex/core/compare/v0.4.1...v0.5.0) (2024-07-12) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 941c9a9..a112bf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ctablex/core", - "version": "0.5.0", + "version": "0.5.1", "files": [ "src", "dist",