diff --git a/.changeset/beige-turkeys-repeat.md b/.changeset/beige-turkeys-repeat.md deleted file mode 100644 index 0a0918f..0000000 --- a/.changeset/beige-turkeys-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opentf/utils": minor ---- - -Fixed range fn based on the iterator range proposal. diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 72b3725..c26c698 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @opentf/utils +## 0.42.0 + +### Minor Changes + +- 3106d1c: Fixed range fn based on the iterator range proposal. + ## 0.41.0 ### Minor Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 7a02f14..d41c2b4 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@opentf/utils", - "version": "0.41.0", + "version": "0.42.0", "description": "A collection of JavaScript utility functions.", "keywords": [ "collection",