Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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

This file was deleted.

6 changes: 6 additions & 0 deletions packages/typespec-vs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log - typespec-vs

## 1.5.1

### Bug Fixes

- [#8745](https://github.com/microsoft/typespec/pull/8745) Upgrade VS dependencies to fix vulnerability

## 1.5.0

No changes, version bump only.
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-vs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typespec-vs",
"author": "Microsoft Corporation",
"version": "1.5.0",
"version": "1.5.1",
"description": "TypeSpec Language Support for Visual Studio",
"homepage": "https://typespec.io",
"readme": "https://github.com/microsoft/typespec/blob/main/README.md",
Expand Down
Loading