Skip to content

Commit ca5561d

Browse files
committed
chore: Release v2.0.0 🏷️
1 parent c1dd5e9 commit ca5561d

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ 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.7.0...master)
9+
[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v2.0.0...master)
10+
11+
## [v2.0.0](https://github.com/HaaLeo/publish-vscode-extension/tree/v2.0.0) 2025-02-23
12+
13+
### BREAKING CHANGES
14+
* Updated dependencies to
15+
* `@vscode/[email protected]`
16+
17+
18+
[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v1.7.0...v2.0.0)
1019

1120
## [1.7.0](https://github.com/HaaLeo/publish-vscode-extension/tree/1.7.0) 2025-02-23
1221

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
GitHub action to publish your VS Code Extension to the [Open VSX Registry](https://open-vsx.org/) or the [Visual Studio Marketplace](https://marketplace.visualstudio.com).
88

9-
> All breaking changes of **v1** are listed in the [changelog](CHANGELOG.md#changelog)
9+
> All breaking changes of **v2** are listed in the [changelog](CHANGELOG.md#changelog)
1010
1111
## Usage
1212

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225287,7 +225287,7 @@ module.exports = /*#__PURE__*/JSON.parse('["UTF-8","IBM866","ISO-8859-2","ISO-88
225287225287
/***/ ((module) => {
225288225288

225289225289
"use strict";
225290-
module.exports = /*#__PURE__*/JSON.parse('{"name":"publish-vscode-extension","version":"1.7.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.11.1","@vscode/vsce":"^3.2.2","ovsx":"^0.10.1"},"devDependencies":{"@eslint/compat":"^1.2.7","@stylistic/eslint-plugin-ts":"^4.0.1","@types/chai":"^4.0.0","@types/chai-as-promised":"^7.0.0","@types/mocha":"^10.0.0","@types/node":"^20.0.0","@types/sinon":"^17.0.0","@types/sinon-chai":"^3.0.0","@typescript-eslint/eslint-plugin":"^8.0.0","@typescript-eslint/parser":"^8.0.0","@vercel/ncc":"^0.38.3","chai":"^4.0.0","chai-as-promised":"^8.0.0","eslint":"^9.0.0","eslint-plugin-import":"^2.25.3","eslint-plugin-prefer-arrow":"^1.2.3","mocha":"^11.0.0","nyc":"^17.0.0","sinon":"^19.0.0","sinon-chai":"^3.0.0","typescript":"^5.0.3"}}');
225290+
module.exports = /*#__PURE__*/JSON.parse('{"name":"publish-vscode-extension","version":"2.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.11.1","@vscode/vsce":"^3.2.2","ovsx":"^0.10.1"},"devDependencies":{"@eslint/compat":"^1.2.7","@stylistic/eslint-plugin-ts":"^4.0.1","@types/chai":"^4.0.0","@types/chai-as-promised":"^7.0.0","@types/mocha":"^10.0.0","@types/node":"^20.0.0","@types/sinon":"^17.0.0","@types/sinon-chai":"^3.0.0","@typescript-eslint/eslint-plugin":"^8.0.0","@typescript-eslint/parser":"^8.0.0","@vercel/ncc":"^0.38.3","chai":"^4.0.0","chai-as-promised":"^7.0.0","eslint":"^9.0.0","eslint-plugin-import":"^2.25.3","eslint-plugin-prefer-arrow":"^1.2.3","mocha":"^11.0.0","nyc":"^17.0.0","sinon":"^19.0.0","sinon-chai":"^3.0.0","typescript":"^5.0.3"}}');
225291225291

225292225292
/***/ })
225293225293

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.7.0",
3+
"version": "2.0.0",
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)