Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions #174

Merged
merged 2 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fresh-lamps-rescue.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/skott/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# skott

## 0.35.3

### Patch Changes

- [#173](https://github.com/antoine-coulon/skott/pull/173) [`bc13f35`](https://github.com/antoine-coulon/skott/commit/bc13f352339ba559458eda81fef7eb3b0f925f84) Thanks [@aniravi24](https://github.com/aniravi24)! - Avoid attempting to resolve TypeScript path aliases when no `tsconfig` is found in the working directory when not providing any entrypoint. This also allows the terminal to not be polluted when using CLI `--verbose` mode with `tsconfig` irrelevant resolution errors when not being in a TypeScript workspace.

## 0.35.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skott/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skott",
"version": "0.35.2",
"version": "0.35.3",
"description": "Automatically construct and visualize Graphs generated from your JavaScript and TypeScript project",
"author": "Antoine Coulon",
"license": "MIT",
Expand Down
Loading