Skip to content

Commit

Permalink
Merge pull request #181 from mattpocock/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mattpocock authored Aug 1, 2023
2 parents 0456429 + b1d6de6 commit 774376c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/forty-rice-pretend.md

This file was deleted.

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

## 0.9.2

### Patch Changes

- [`cafffd8`](https://github.com/mattpocock/ts-error-translator/commit/cafffd899b5394bac74ddaa99d648afa98875b55) Thanks [@mattpocock](https://github.com/mattpocock)! - Added a link for property does not exist on type.

## 0.9.1

### 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.9.1",
"version": "0.9.2",
"private": true,
"engines": {
"vscode": "^1.50.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @total-typescript/error-translation-engine

## 1.1.1

### Patch Changes

- [`cafffd8`](https://github.com/mattpocock/ts-error-translator/commit/cafffd899b5394bac74ddaa99d648afa98875b55) Thanks [@mattpocock](https://github.com/mattpocock)! - Added a link for property does not exist on type.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@total-typescript/error-translation-engine",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down

0 comments on commit 774376c

Please sign in to comment.