All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.6.2 2024-02-13
- Changed build target from
es6
toes2022
- downgraded
@vscode/vsce
to~2.22.0
due to regression (#51, microsoft/vscode-vsce#928)
1.6.1 2024-02-02
- Reverted build target back to
es6
(#51)
1.6.0 2024-02-01
- Upgraded the action's node version to v20 #50
- Changed build target from
es6
toes2022
- Updated dependencies to
@vscode/[email protected]
1.5.0 2023-10-03
- Adds
--target
functionality forvsce
andosvx
. #37. Contributed by @alexravenna.
- Updated dependencies to
@vscode/[email protected]
[email protected]
1.4.0 2023-07-05
- Updated dependencies to
@vscode/[email protected]
[email protected]
- Adds
--skip-duplicate
functionality forvsce
. Issue #38.
- A bug that swallowed publish errors silently. Contributed by @VladBrok.
- Clarified the usage of the
dependencies
option #35. Contributed by @Antyos - Updated the Readme to state that the Open VSX registry also supports the
preRelease
flag #42.
v1.3.0 2023-04-01
- Updated dependencies to
@vscode/[email protected]
[email protected]
v1.2.0 2022-12-28
- Updated dependencies to
@vscode/[email protected]
(#30)[email protected]
- Shields io badge (#31)
v1.1.0 2022-10-31
- Updated dependencies to
v1.0.7 2022-09-22
- Updated dependencies to
v1.0.6 2022-07-23
- Updated dependencies to
v1.0.5 2022-07-15
- Updated dependencies to
v1.0.4 2022-06-22
- Updated dependencies to
v1.0.3 2022-06-19
- Updated dependencies to
v1.0.2 2022-04-11
- Updated dependencies
v1.0.1 2022-03-20
- Updated dependencies
v1.0.0 2021-12-17
- Now requires minimum NodeJs version v16
- Options
packagePath
andextensionFile
are no longer mutually exclusive. If both options are setextensionFile
is preferred and the extension won't be packaged.
- Updated dependencies
v0.4.2 2021-06-26
- Issue #13. Update vsce to v1.95.0 to fix microsoft/vscode-vsce#576.
v0.4.1 2021-06-24
- Updated dependencies
v0.4.0 2021-05-12
- support for vsce's
--noVerify
option to enable publishing of extensions to the visual studio marketplace which use a proposed API #8. Implemented by @AnWeber.
v0.3.1 2020-12-16
- a bug that caused to log the wrong version of the action
v0.3.0 2020-12-16
- to publish extensions without a license to the Open VSX registry
- Updated dependencies
- ovsx
0.1.0-next.b868597
- vsce
1.81.1
- ovsx
v0.2.4 2020-10-02
- Fixed
@actions/core
vulnerability. - Updated dependencies
v0.2.3 2020-07-20
- Fixed
lodash
vulnerability. - Updated dependencies
v0.2.2 2020-07-14
- Log the correct version.
v0.2.1 2020-07-14
- Logging of the action's specific version for better debugging.
v0.2.0 2020-06-26
dryRun
option to only package the extension but not publish it.
v0.1.3 2020-06-26
- Now the
dist/index.js
contains the actual fixes of releasev0.1.2
.
v0.1.2 2020-06-26
- The outputs
vsixPath
is now set correctly.
- Unit Tests
- Code Coverage
- Another usage example
v0.1.1 2020-06-22
- The usage sample in the README.
- The parameter description in the README.
v0.1.0 2020-06-22
Initial release 🎉