diff --git a/.changeset/fluffy-rice-protect.md b/.changeset/fluffy-rice-protect.md deleted file mode 100644 index 4a80ef0..0000000 --- a/.changeset/fluffy-rice-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opentf/std": patch ---- - -Updated pkg repo field. diff --git a/packages/std/CHANGELOG.md b/packages/std/CHANGELOG.md index 3e8ce71..53a839c 100644 --- a/packages/std/CHANGELOG.md +++ b/packages/std/CHANGELOG.md @@ -1,5 +1,11 @@ # @opentf/std +## 0.6.2 + +### Patch Changes + +- 27f58d2: Updated pkg repo field. + ## 0.6.1 ### Patch Changes diff --git a/packages/std/package.json b/packages/std/package.json index 2936693..c9e9128 100644 --- a/packages/std/package.json +++ b/packages/std/package.json @@ -1,6 +1,6 @@ { "name": "@opentf/std", - "version": "0.6.1", + "version": "0.6.2", "description": "An Extensive JavaScript Standard Library.", "keywords": [ "collection", @@ -43,7 +43,7 @@ "license": "MIT", "homepage": "https://js-std.pages.dev", "repository": { - "type": "git", + "type": "git", "url": "https://github.com/Open-Tech-Foundation/js-std.git" }, "type": "module",