Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

Commit

Permalink
release v1.2.1 (#24)
Browse files Browse the repository at this point in the history
* release v1.2.1
* code format
  • Loading branch information
justjavac authored Apr 19, 2019
1 parent ba3dfeb commit 530775e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 1.1.0 - 2019-04-19
## 1.2.1 - 2019-04-19

- fix 'can not found module `typescript/lib/tsserverlibrary`' bug

## 1.2.0 - 2019-04-19 [YANKED]

- use deno formater for ci
- add i18n(zh-cn)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-deno",
"displayName": "%deno.displayName%",
"description": "%deno.description%",
"version": "1.2.0",
"version": "1.2.1",
"publisher": "justjavac",
"icon": "deno.png",
"galleryBanner": {
Expand Down
7 changes: 3 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2139,12 +2139,11 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=

typescript-deno-plugin@^1.2.0:
version "1.2.1"
resolved "https://registry.yarnpkg.com/typescript-deno-plugin/-/typescript-deno-plugin-1.2.1.tgz#be135a4a5d9c9c22186b2fd300ba4887b8c16164"
integrity sha512-V7TI5o9W5bdHarRAroGvedaem/zVux1ftDFRlcx7DQZHdefhJ1t8CqLde6C8tL7FZ0lnM9jF/NW3a7stMB7oZw==
version "1.2.4"
resolved "https://registry.yarnpkg.com/typescript-deno-plugin/-/typescript-deno-plugin-1.2.4.tgz#0bd989821bf077404d8546462cd0ef7c099122a3"
integrity sha512-E5NbeB1SwtjnAkUSYuSWhkI9scQU/DmCp34fNgBuzz54io7SjtHOpJoMx8xw9dzyctQ4TkG2QKh4ly17S4n1ug==
dependencies:
mock-require "^3.0.3"
request "^2.88.0"

typescript@^3.2.4:
version "3.4.4"
Expand Down

0 comments on commit 530775e

Please sign in to comment.