Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.0.0, canary is now main #332

Merged
merged 2 commits into from
Feb 19, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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"
}
}
}