Skip to content

Commit 131754b

Browse files
committed
Change extension name to be unique
1 parent 7ff7135 commit 131754b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Version 0.5.1
2+
* Change extension name to be unique
3+
14
## Version 0.5.0
25
* Fix annotation blocks
36

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "pan",
2+
"name": "pan-language",
33
"displayName": "Pan Configuration language",
44
"description": "Configuration Language for Quattor deployment tool",
55
"icon": "pan.png",
6-
"version": "0.5.0",
6+
"version": "0.5.1",
77
"publisher": "quattor",
88
"repository": {"url": "https://github.com/quattor/vscode-language-pan"},
99
"engines": {

0 commit comments

Comments
 (0)