Skip to content

Commit

Permalink
Merge pull request #137 from mattpocock/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mattpocock authored Dec 17, 2022
2 parents 7fbe7ca + 5317e16 commit f650ce6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/dry-berries-drop.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.7.0

### Minor Changes

- [`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.

<img src="https://raw.githubusercontent.com/mattpocock/ts-error-translator/main/assets/hint-screenshot.png" alt="A TypeScript hint showing in a VSCode document" />

Currently opt-out.

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Learn TypeScript in VSCode with a TypeScript error translator and syntax guide.",
"license": "MIT",
"author": "Matt Pocock",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"engines": {
"vscode": "^1.50.0"
Expand Down

0 comments on commit f650ce6

Please sign in to comment.