Skip to content

Commit 0c1586e

Browse files
authored
Remove metadata from package.json (#450)
* Remove metadata from package.json * Release v0.26.3
1 parent da02482 commit 0c1586e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to the "vscode-cfn-lint" extension will be documented in this file.
33

4+
## 0.26.3
5+
## What's Changed
6+
* Remove `__metadata` from `package.json` by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/450
7+
8+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/compare/v0.26.2...v0.26.3
9+
410
## 0.26.2
511
## What's Changed
612
* Update mocha to 11 by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/437

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"author": "Kevin DeJong",
3636
"license": "Apache-2.0",
37-
"version": "0.26.2",
37+
"version": "0.26.3",
3838
"publisher": "kddejong",
3939
"engines": {
4040
"vscode": "^1.52.0"
@@ -187,11 +187,5 @@
187187
},
188188
"bin": {
189189
"cfn-lsp": "./server/out/server.js"
190-
},
191-
"__metadata": {
192-
"id": "0afa1e21-b4ab-4c87-8f73-31374c4229c0",
193-
"publisherDisplayName": "kddejong",
194-
"publisherId": "c2d8be4b-fb85-4204-b7d4-ccb5d0fcf151",
195-
"isPreReleaseVersion": false
196190
}
197191
}

0 commit comments

Comments
 (0)