Skip to content

Commit

Permalink
Release Tracking (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 7, 2023
1 parent 29193c1 commit c316587
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/large-cameras-wonder.md

This file was deleted.

7 changes: 7 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# vscode-does-it-throw-client

## 0.1.2

### Patch Changes

- 29193c1: testing vsce release process
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "VSCode part of a language server",
"author": "Microsoft Corporation",
"license": "MIT",
"version": "0.1.1",
"version": "0.1.2",
"publisher": "vscode",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# vscode-does-it-throw-server

## 0.1.2

### Patch Changes

- 29193c1: testing vsce release process
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-does-it-throw-server",
"description": "Example implementation of a language server in node.",
"version": "0.1.1",
"version": "0.1.2",
"author": "Microsoft Corporation",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit c316587

Please sign in to comment.