Skip to content

Releases: microsoft/vscode-vsce

v2.6.1

03 Jan 10:00
e53c78d
Compare
Choose a tag to compare

2.6.1 (2022-01-03)

Bug Fixes

  • entrypoint validation without js tag (#676) (e53c78d)

v2.6.0

31 Dec 11:58
dc68cc8
Compare
Choose a tag to compare

2.6.0 (2021-12-31)

Features

  • sanity check to validate entrypoints (#669) (dc68cc8)

v2.5.3

17 Dec 20:21
e5af890
Compare
Choose a tag to compare

2.5.3 (2021-12-17)

Bug Fixes

  • 🐛 publishing with version should check for the right version (e5af890)

v2.5.2

16 Dec 20:14
12586ed
Compare
Choose a tag to compare

2.5.2 (2021-12-16)

Bug Fixes

  • only enforce major and minor version of types check (4cf4c73)
  • typo (63c89ae)

v2.5.1

29 Nov 15:45
f710e83
Compare
Choose a tag to compare

2.5.1 (2021-11-29)

Bug Fixes

  • validate engine for prereleases (ba006e3)

v2.5.0

24 Nov 09:58
2c60208
Compare
Choose a tag to compare

2.5.0 (2021-11-24)

Features

  • add --pre-release flag and support (dc4cf1b)

v2.4.0

22 Nov 12:36
4d571f2
Compare
Choose a tag to compare

2.4.0 (2021-11-22)

Features

  • api: ✨ add target options to API (4d571f2), closes #652

v2.3.0

11 Nov 11:40
Compare
Choose a tag to compare

2.3.0 (2021-11-11)

Features

  • error when publishing an extension that uses enabledApiProposals (6a0c946)

v2.2.0

05 Nov 10:20
a38657e
Compare
Choose a tag to compare

2.2.0 (2021-11-05)

Bug Fixes

  • package should not check for publisher (a38657e), closes #328

Features

  • allow config via package.json for vsce package/publish (7182692), closes #548

v2.1.0

04 Nov 15:44
afa459f
Compare
Choose a tag to compare

2.1.0 (2021-11-04)

Bug Fixes

  • validate version with prerelease at publish time (35e9716), closes #425

Features

  • add --no-rewrite-relative-links (afa459f), closes #327