Skip to content

Commit 67e4d19

Browse files
Version Packages (#152)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c280eb7 commit 67e4d19

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

.changeset/pretty-weeks-crash.md

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

.changeset/smart-spiders-build.md

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

packages/tsconfck/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# tsconfck
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- fix(parse): ensure nested extended tsconfig.json files are parsed with extends and references resolved ([#150](https://github.com/dominikg/tsconfck/pull/150))
8+
9+
- fix(parse): add workaround for "extends": ".." see #149 ([#150](https://github.com/dominikg/tsconfck/pull/150))
10+
311
## 3.0.0
412

513
### Major Changes
@@ -42,7 +50,6 @@
4250

4351
- fix(types): use import condition for types to avoid masquerading as cjs ([#130](https://github.com/dominikg/tsconfck/pull/130))
4452

45-
4653
## 3.0.0-next.9
4754

4855
### Major Changes

packages/tsconfck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsconfck",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A utility to work with tsconfig.json without typescript",
55
"license": "MIT",
66
"author": "dominikg",

0 commit comments

Comments
 (0)