Skip to content

Commit 902eb32

Browse files
committed
updated changelog and version
1 parent 4e8f7bb commit 902eb32

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9-
[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v1.0.0...master)
9+
[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v1.0.1...master)
10+
11+
## [v1.0.1](https://github.com/HaaLeo/publish-vscode-extension/tree/v1.0.1) 2022-03-20
12+
13+
### Security
14+
* Updated dependencies
15+
16+
[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v1.0.0...v1.0.1)
1017

1118
## [v1.0.0](https://github.com/HaaLeo/publish-vscode-extension/tree/v1.0.0) 2021-12-17
1219

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116410,7 +116410,7 @@ module.exports = JSON.parse('{"application/andrew-inset":["ez"],"application/app
116410116410
/***/ ((module) => {
116411116411

116412116412
"use strict";
116413-
module.exports = JSON.parse('{"name":"publish-vscode-extension","version":"1.0.0","description":"GitHub action to publish your VS Code Extension to the Open VSX Registry.","main":"dist/index.js","scripts":{"test":"nyc mocha \'out/test/**/*.test.js\'","coverage":"nyc report --reporter=lcov","build":"npm run build:ncc && npm run build:test","build:ncc":"ncc build src/index.ts --source-map --no-source-map-register","build:test":"tsc -p tsconfig.json","lint":"eslint . --ext .ts"},"repository":{"type":"git","url":"git+https://github.com/HaaLeo/publish-vscode-extension.git"},"keywords":["github","action","open","vsx","vscode","publish","Visual Studio Code"],"author":{"name":"HaaLeo","url":"https://github.com/HaaLeo"},"license":"SEE LICENSE IN LICENSE.txt","bugs":{"url":"https://github.com/HaaLeo/publish-vscode-extension/issues"},"homepage":"https://github.com/HaaLeo/publish-vscode-extension#readme","dependencies":{"@actions/core":"^1.6.0","ovsx":"^0.3.0","vsce":"^2.7.0"},"devDependencies":{"@types/chai":"^4.3.0","@types/chai-as-promised":"^7.1.4","@types/mocha":"^9.0.0","@types/node":"^16.11.26","@types/sinon":"^10.0.6","@types/sinon-chai":"^3.2.6","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","@vercel/ncc":"^0.33.0","chai":"^4.3.4","chai-as-promised":"^7.1.1","eslint":"^8.4.1","eslint-plugin-import":"^2.25.3","eslint-plugin-prefer-arrow":"^1.2.3","mocha":"^9.1.3","nyc":"^15.1.0","sinon":"^13.0.1","sinon-chai":"^3.7.0","typescript":"^4.5.4"}}');
116413+
module.exports = JSON.parse('{"name":"publish-vscode-extension","version":"1.0.1","description":"GitHub action to publish your VS Code Extension to the Open VSX Registry.","main":"dist/index.js","scripts":{"test":"nyc mocha \'out/test/**/*.test.js\'","coverage":"nyc report --reporter=lcov","build":"npm run build:ncc && npm run build:test","build:ncc":"ncc build src/index.ts --source-map --no-source-map-register","build:test":"tsc -p tsconfig.json","lint":"eslint . --ext .ts"},"repository":{"type":"git","url":"git+https://github.com/HaaLeo/publish-vscode-extension.git"},"keywords":["github","action","open","vsx","vscode","publish","Visual Studio Code"],"author":{"name":"HaaLeo","url":"https://github.com/HaaLeo"},"license":"SEE LICENSE IN LICENSE.txt","bugs":{"url":"https://github.com/HaaLeo/publish-vscode-extension/issues"},"homepage":"https://github.com/HaaLeo/publish-vscode-extension#readme","dependencies":{"@actions/core":"^1.6.0","ovsx":"^0.3.0","vsce":"^2.7.0"},"devDependencies":{"@types/chai":"^4.3.0","@types/chai-as-promised":"^7.1.4","@types/mocha":"^9.0.0","@types/node":"^16.11.26","@types/sinon":"^10.0.6","@types/sinon-chai":"^3.2.6","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","@vercel/ncc":"^0.33.0","chai":"^4.3.4","chai-as-promised":"^7.1.1","eslint":"^8.4.1","eslint-plugin-import":"^2.25.3","eslint-plugin-prefer-arrow":"^1.2.3","mocha":"^9.1.3","nyc":"^15.1.0","sinon":"^13.0.1","sinon-chai":"^3.7.0","typescript":"^4.5.4"}}');
116414116414

116415116415
/***/ })
116416116416

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "publish-vscode-extension",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "GitHub action to publish your VS Code Extension to the Open VSX Registry.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)