更新版本号
This commit is contained in:
parent
fd12ba51ab
commit
b64eb1aa14
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## v0.1.1 (2023-04-28)
|
||||
|
||||
* 更新package.json中的keywords
|
||||
|
||||
## v0.1.0 (2023-04-13)
|
||||
|
||||
* 用于 Kylin-IDE 的第一个版本
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "cmake-intellisence",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"hasInstallScript": true,
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^9.1.1",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "CMake IntelliSence",
|
||||
"description": "CMake IntelliSence for Kylin-IDE",
|
||||
"author": "quanzhuo",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"engines": {
|
||||
"vscode": "^1.68.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue