Skip to content

Commit

Permalink
Merge pull request #85 from mattpocock/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mattpocock authored May 9, 2022
2 parents 807444c + ed7516f commit 36c7fa2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .changeset/honest-singers-fail.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.3.1

### Patch Changes

- [#83](https://github.com/mattpocock/ts-error-translator/pull/83) [`6c29b64`](https://github.com/mattpocock/ts-error-translator/commit/6c29b640de019b59fe8c780a8cf139724a6c3efc) Thanks [@eddyw](https://github.com/eddyw)! - Correctly match duplicated matched parameters

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TypeScript errors, translated for humans",
"license": "MIT",
"author": "Matt Pocock",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"engines": {
"vscode": "^1.50.0"
Expand Down Expand Up @@ -70,7 +70,7 @@
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@vscode/test-electron": "^2.1.3",
"@ts-error-messages/engine": "1.0.2",
"@ts-error-messages/engine": "1.0.3",
"esbuild": "^0.14.38",
"esbuild-register": "^3.3.2",
"eslint": "^8.11.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 @@
# @ts-error-messages/engine

## 1.0.3

### Patch Changes

- [#83](https://github.com/mattpocock/ts-error-translator/pull/83) [`6c29b64`](https://github.com/mattpocock/ts-error-translator/commit/6c29b640de019b59fe8c780a8cf139724a6c3efc) Thanks [@eddyw](https://github.com/eddyw)! - Correctly match duplicated matched parameters

## 1.0.2

### Patch 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": "@ts-error-messages/engine",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down

1 comment on commit 36c7fa2

@vercel
Copy link

@vercel vercel bot commented on 36c7fa2 May 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.