Skip to content

Commit

Permalink
chore: Release v2.0.0 🏷️
Browse files Browse the repository at this point in the history
  • Loading branch information
HaaLeo committed Feb 23, 2025
1 parent c1dd5e9 commit ca5561d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v1.7.0...master)
[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v2.0.0...master)

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

### BREAKING CHANGES
* Updated dependencies to
* `@vscode/[email protected]`
* `[email protected]`

[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v1.7.0...v2.0.0)

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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).

> All breaking changes of **v1** are listed in the [changelog](CHANGELOG.md#changelog)
> All breaking changes of **v2** are listed in the [changelog](CHANGELOG.md#changelog)
## Usage

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -225287,7 +225287,7 @@ module.exports = /*#__PURE__*/JSON.parse('["UTF-8","IBM866","ISO-8859-2","ISO-88
/***/ ((module) => {

"use strict";
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"}}');
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"}}');

/***/ })

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publish-vscode-extension",
"version": "1.7.0",
"version": "2.0.0",
"description": "GitHub action to publish your VS Code Extension to the Open VSX Registry.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit ca5561d

Please sign in to comment.