Skip to content

Releases: ghusse/semantic-release-npm-deprecate-old-versions

v1.1.5

19 Mar 15:56
Compare
Choose a tag to compare

1.1.5 (2021-03-19)

Bug Fixes

  • correctly wait for the depreciation to finish before setting the task as completed (#6) (949f7a4)

v1.1.4

19 Mar 15:50
Compare
Choose a tag to compare

1.1.4 (2021-03-19)

Bug Fixes

  • "invalid version range" error when deprecating versions (#5) (2b4712e)

v1.1.3

19 Mar 15:45
Compare
Choose a tag to compare

1.1.3 (2021-03-19)

Bug Fixes

  • ignore npm errors when versions are already deprecated (#4) (f386c74)

v1.1.2

22 Jan 18:38
Compare
Choose a tag to compare

1.1.2 (2021-01-22)

Bug Fixes

  • configuration of the supportPreReleaseIfNotReleased rule (2d0939c)
  • correctly detect configurtion for the rule supportPreReleaseIfNotReleased (1432c50)

v1.1.1

22 Jan 16:43
Compare
Choose a tag to compare

1.1.1 (2021-01-22)

Bug Fixes

  • correctly detect configuration for the rume supportPreReleaseIfNotReleased (4593bcf)

v1.1.0

08 Jan 13:14
Compare
Choose a tag to compare

1.1.0 (2021-01-08)

Features

  • add a configuration option to support all major/minor/patch versions (#2) (ac26b69)

v1.0.1

23 Oct 16:03
Compare
Choose a tag to compare

1.0.1 (2020-10-23)

Bug Fixes

  • 📝 minor change to update the published README on npm (e4a9095)

v1.0.0

23 Oct 15:56
Compare
Choose a tag to compare

1.0.0 (2020-10-23)

Bug Fixes

  • 🐛 correctly set the authentication token before deprecating versions (cc5528d)
  • fix the instanciation of a service (6638b77)
  • fix warnings by removing useless methods, fix method names (65572e5)
  • remove nonsense (5c52851)

Features

  • ✨ support configuration (259bf6b)
  • create a new plugin and use it in the release process (78951ac)
  • depreciate versions (8b11967)
  • detect already published versions (f27e8fe)
  • detect versions to deprecate by applying rules (54ae121)
  • implement and test new rules, that can take options (fec9e9c)
  • initial release (298cc9a)

v1.0.0-alpha.8

23 Oct 15:13
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

1.0.0-alpha.8 (2020-10-23)

Bug Fixes

  • fix the instanciation of a service (6638b77)

Features

  • ✨ support configuration (259bf6b)

v1.0.0-alpha.7

23 Oct 14:07
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

1.0.0-alpha.7 (2020-10-23)

Features

  • implement and test new rules, that can take options (fec9e9c)