diff --git a/.changeset/fuzzy-timers-reply.md b/.changeset/fuzzy-timers-reply.md deleted file mode 100644 index 254a60b..0000000 --- a/.changeset/fuzzy-timers-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pbandj": minor ---- - -This release finalises the main initial structure, including storybook, optimised imports and exports, type-safe by default and tons more. Still very early alpha, however there are tons of fun-packed features in this release! diff --git a/CHANGELOG.md b/CHANGELOG.md index a16cdf4..6d21f74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # compote +## 0.1.0 + +### Minor Changes + +- d75f962: This release finalises the main initial structure, including storybook, optimised imports and exports, type-safe by default and tons more. Still very early alpha, however there are tons of fun-packed features in this release! + ## 0.0.11 ### Patch Changes diff --git a/package.json b/package.json index b6f15ab..d1f037a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pbandj", "license": "MIT", - "version": "0.0.11", + "version": "0.1.0", "type": "module", "main": "dist/index.umd.cjs", "module": "dist/index.js",