diff --git a/.changeset/slow-emus-explode.md b/.changeset/slow-emus-explode.md deleted file mode 100644 index 6d425ab1..00000000 --- a/.changeset/slow-emus-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@busyxiang/utilities-js': patch ---- - -Implement minMax util diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bdb7cb2..f0979462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @busyxiang/utilities-js +## 0.0.9 + +### Patch Changes + +- [`9399c5f`](https://github.com/busyxiang/utilities-js/commit/9399c5f529105a2908297cf368be2090f180e33f) - Implement minMax util + ## 0.0.8 ### Patch Changes diff --git a/package.json b/package.json index 2ef57a69..d119e109 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@busyxiang/utilities-js", - "version": "0.0.8", + "version": "0.0.9", "description": "Javascript Utilities Library", "author": "Ray Foo", "license": "MIT",