Skip to content

Commit

Permalink
Release 3.0.0, canary is now main (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry authored Feb 19, 2021
1 parent 1e354fe commit 36a9257
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: ci

on:
push:
branches:
- main
tags:
- canary/*
pull_request:
branches:
- main
on: [push, pull_request]

jobs:
build:
Expand Down
9 changes: 9 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
Releases of the extension can be downloaded from
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno).

### [3.0.0](https://github.com/denoland/vscode_deno/compare/canary/0.0.10...3.0.0) / 2021.02.19

Canary has been released as the main extension. Use Deno 1.7.5 or later.

- chore: README improvements (#331)
- feat: use preview instead of display for status (#330)
- feat: add a welcome screen for extension (#329)
- fix: typo in init command (#327)

### [canary/0.0.10](https://github.com/denoland/vscode_deno/compare/canary/0.0.9...canary/0.0.10) / 2021.02.13

- fix: don't remove required files when packaging vsix
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "vscode-deno-canary",
"displayName": "Deno (Canary)",
"description": "A beta language server client for Deno. Requires Deno 1.6 or better.",
"name": "vscode-deno",
"displayName": "Deno",
"description": "A language server client for Deno. Requires Deno 1.7 or better.",
"author": "Deno Land Inc.",
"license": "MIT",
"version": "0.0.10",
"version": "3.0.0",
"icon": "deno.png",
"galleryBanner": {
"color": "#3B3738",
Expand Down Expand Up @@ -186,4 +186,4 @@
"@types/node": "^14.14.25",
"typescript": "^4.1.3"
}
}
}

0 comments on commit 36a9257

Please sign in to comment.