Skip to content

Commit

Permalink
Fix Marketplace CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Jan 10, 2024
1 parent b1a6a77 commit 5632066
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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.8.0 (2022-12-23)
## 1.8.1 (2024-01-09)

* Fixed CI badge on [Marketplace](https://marketplace.visualstudio.com/items?itemName=heaths.vscode-guid).

## 1.8.0 (2023-12-23)

* [@crdonnelly](https://github.com/crdonnelly) added command to insert empty guid(s).

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-guid",
"version": "1.8.0",
"version": "1.8.1",
"publisher": "heaths",
"displayName": "Insert GUID",
"description": "Insert GUIDs in different formats directly into the editor.",
Expand Down Expand Up @@ -82,7 +82,7 @@
{
"description": "build status: main",
"href": "https://github.com/heaths/vscode-guid",
"url": "https://img.shields.io/github/workflow/status/heaths/vscode-guid/ci?logo=github&style=flat-square"
"url": "https://github.com/heaths/vscode-guid/actions/workflows/ci.yml/badge.svg?event=push"
}
],
"scripts": {
Expand Down

0 comments on commit 5632066

Please sign in to comment.