Skip to content

Commit 3a6d6d5

Browse files
authored
Merge pull request #104 from arethetypeswrong/changeset-release/main
Version Packages
2 parents ca10076 + 87d9388 commit 3a6d6d5

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/pretty-papayas-hear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @arethetypeswrong/cli
22

3+
## 0.12.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [abbb896]
8+
- @arethetypeswrong/core@0.12.2
9+
310
## 0.12.1
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arethetypeswrong/cli",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "A CLI tool for arethetypeswrong.github.io",
55
"author": "Andrew Branch & ej-shafran",
66
"contributors": [
@@ -46,7 +46,7 @@
4646
"typescript": "^5.0.0-dev.20230207"
4747
},
4848
"dependencies": {
49-
"@arethetypeswrong/core": "0.12.1",
49+
"@arethetypeswrong/core": "0.12.2",
5050
"chalk": "^4.1.2",
5151
"cli-table3": "^0.6.3",
5252
"commander": "^10.0.1",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @arethetypeswrong/core
22

3+
## 0.12.2
4+
5+
### Patch Changes
6+
7+
- abbb896: Update @andrewbranch/untar.js to fix bug where long filenames could be missing a slash after unpacking, causing false positive resolution errors.
8+
39
## 0.12.1
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arethetypeswrong/core",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "The API behind arethetypeswrong.github.io",
55
"author": "Andrew Branch",
66
"license": "MIT",

0 commit comments

Comments
 (0)