diff --git a/.changeset/pretty-papayas-hear.md b/.changeset/pretty-papayas-hear.md deleted file mode 100644 index 48a5bfc..0000000 --- a/.changeset/pretty-papayas-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arethetypeswrong/core": patch ---- - -Update @andrewbranch/untar.js to fix bug where long filenames could be missing a slash after unpacking, causing false positive resolution errors. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1ba366c..2640622 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @arethetypeswrong/cli +## 0.12.2 + +### Patch Changes + +- Updated dependencies [abbb896] + - @arethetypeswrong/core@0.12.2 + ## 0.12.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 08116ee..597a7b2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/cli", - "version": "0.12.1", + "version": "0.12.2", "description": "A CLI tool for arethetypeswrong.github.io", "author": "Andrew Branch & ej-shafran", "contributors": [ @@ -46,7 +46,7 @@ "typescript": "^5.0.0-dev.20230207" }, "dependencies": { - "@arethetypeswrong/core": "0.12.1", + "@arethetypeswrong/core": "0.12.2", "chalk": "^4.1.2", "cli-table3": "^0.6.3", "commander": "^10.0.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1475827..2825d9c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @arethetypeswrong/core +## 0.12.2 + +### Patch Changes + +- abbb896: Update @andrewbranch/untar.js to fix bug where long filenames could be missing a slash after unpacking, causing false positive resolution errors. + ## 0.12.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ae84659..28c0fe2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/core", - "version": "0.12.1", + "version": "0.12.2", "description": "The API behind arethetypeswrong.github.io", "author": "Andrew Branch", "license": "MIT",