Skip to content

Releases: felipecrs/semantic-release-vsce

v5.0.6

03 Feb 19:03
Compare
Choose a tag to compare

5.0.6 (2022-02-03)

Dependencies

  • deps: refresh dependencies (38348b0)

This release is also available on:

v5.0.5

03 Feb 18:56
778da5c
Compare
Choose a tag to compare

5.0.5 (2022-02-03)

Dependencies


This release is also available on:

v5.0.4

02 Feb 18:41
5badb9c
Compare
Choose a tag to compare

5.0.4 (2022-02-02)

Dependencies


This release is also available on:

v5.0.3

01 Feb 19:28
Compare
Choose a tag to compare

5.0.3 (2022-02-01)

Dependencies


This release is also available on:

v5.0.2

25 Jan 18:33
870a40d
Compare
Choose a tag to compare

5.0.2 (2022-01-25)

Bug Fixes

v5.0.1

21 Jan 13:52
27456fe
Compare
Choose a tag to compare

5.0.1 (2022-01-21)

Bug Fixes

v5.0.0

18 Jan 12:26
Compare
Choose a tag to compare

5.0.0 (2022-01-18)

⚠ BREAKING CHANGES

  • drop support for VSCE_TOKEN (#234)

    • As this was already deprecated, the VSCE_TOKEN is not supported anymore in favor of VSCE_PAT which is already supported by vsce
      itself. If you have a VSCE_TOKEN set, please unset it and set VSCE_PAT instead.
  • drop yarn option (#233)

    • As vsce now supports configuration through the package.json file (see microsoft/vscode-vsce#548), this option was dropped to simplify the codebase. One should either rely on the vsce automatically detecting when to use yarn (see microsoft/vscode-vsce#480), or add the following to package.json:
    {
        "vsce": {
            "yarn": true
        }
    }
  • set minimum semantic-release version as 18 (#210)

    • This requires that you upgrade your semantic-release to at least version 18 before using together with this package.
  • set minimum node version as 14 (#229)

    • This drops support for Node 10 and 12 because vsce itself also did. Make sure your pipeline now runs in an environment with Node 14 or higher.

Build System

  • deps: drop support for Node 10 and 12 (#229) (b0787f9)
  • deps: set minimum semantic-release as 18 (#210) (4dd5de0)

Code Refactoring

v3.5.0

13 Sep 15:17
4952226
Compare
Choose a tag to compare

3.5.0 (2021-09-13)

Features

v3.4.1

13 Jun 00:33
4b5c9b2
Compare
Choose a tag to compare

3.4.1 (2021-06-13)

Bug Fixes

  • set minimun version of vsce to 1.93.0 (#153) (4b5c9b2)

v3.4.0

13 Jun 00:05
Compare
Choose a tag to compare

3.4.0 (2021-06-13)

Features

  • refactor verify logic to drop one dependency (33f9f78)
  • use vsce to bump version (db9132d)

Bug Fixes

  • extension being packaged twice (f9768d6)