Skip to content

Commit f650ce6

Browse files
authored
Merge pull request #137 from mattpocock/changeset-release/main
Version Packages
2 parents 7fbe7ca + 5317e16 commit f650ce6

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/dry-berries-drop.md

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

apps/vscode/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [`7fbe7ca`](https://github.com/mattpocock/ts-error-translator/commit/7fbe7caefa36aef2391c49890ec23e2c8bf4128a) Thanks [@mattpocock](https://github.com/mattpocock)! - Added the ability to see hints on unknown syntax in your TypeScript code.
8+
9+
<img src="https://raw.githubusercontent.com/mattpocock/ts-error-translator/main/assets/hint-screenshot.png" alt="A TypeScript hint showing in a VSCode document" />
10+
11+
Currently opt-out.
12+
313
## 0.5.3
414

515
### Patch Changes

apps/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Learn TypeScript in VSCode with a TypeScript error translator and syntax guide.",
55
"license": "MIT",
66
"author": "Matt Pocock",
7-
"version": "0.6.0",
7+
"version": "0.7.0",
88
"private": true,
99
"engines": {
1010
"vscode": "^1.50.0"

0 commit comments

Comments
 (0)