Skip to content

Latest commit

 

History

History
251 lines (118 loc) · 16.4 KB

File metadata and controls

251 lines (118 loc) · 16.4 KB

1.3.4 (2022-05-17)

1.3.3 (2022-05-17)

1.3.2 (2022-01-07)

Bug Fixes

  • 🐛 don't quotes versions, only ignore 400 errors (#39) (638dbba)
  • 🐛 don't quotes versions, only ignore 400 errors (#40) (1c14322)
  • 🐛 quote the version number to deprecate to avoid errors 400 returned by npm (#36) (85a3fd7)

1.3.2-beta.3 (2022-01-07)

Bug Fixes

  • 🐛 don't quotes versions, only ignore 400 errors (#40) (1c14322)

1.3.2-beta.2 (2022-01-07)

Bug Fixes

  • 🐛 don't quotes versions, only ignore 400 errors (#39) (638dbba)

1.3.2-beta.1 (2022-01-07)

Bug Fixes

  • 🐛 quote the version number to deprecate to avoid errors 400 returned by npm (#36) (85a3fd7)

1.3.2-alpha.1 (2022-01-07)

Bug Fixes

  • 🐛 quote the version number to deprecate to avoid errors 400 returned by npm (#36) (85a3fd7)

1.3.1 (2022-01-03)

Bug Fixes

  • 🐛 list all versions, including the newly published one when computing deprecations (#34) (24e3067)
  • 🐛 list all versions, including the newly published one when computing deprecations (eae29b2)

1.3.1-alpha.1 (2022-01-03)

Bug Fixes

  • 🐛 list all versions, including the newly published one when computing deprecations (#34) (24e3067)

1.3.0 (2021-12-31)

Bug Fixes

  • 🔒 don't write the auth token in npmrc (#31) (7669fce)

Features

  • 🔒 check that authentication is correctly set up before publishing (ea0ed27)
  • 🔒 check that authentication is correctly set up before publishing (#30) (883fd07)

1.3.0-alpha.3 (2021-12-31)

Bug Fixes

  • 🐛 list active versions after publishing the new version (#27) (2ae2370)

1.2.3 (2021-12-31)

Bug Fixes

  • 🐛 list active versions after publishing the new version (#27) (2ae2370)

1.3.0-alpha.2 (2021-12-31)

Bug Fixes

  • 🔒 don't write the auth token in npmrc (#31) (7669fce)

1.3.0-alpha.1 (2021-12-31)

Features

  • 🔒 check that authentication is correctly set up before publishing (#30) (883fd07)

1.2.2 (2021-12-31)

Bug Fixes

  • 🐛 ignore 404s when deprecating a version (#29) (de58be1)

1.2.1 (2021-12-26)

Bug Fixes

  • 🐛 ignore 404 errors when deprecating a version, because of a bug of the registry (#28) (ba95e73)

1.2.0 (2021-12-26)

Features

  • ✨ only deprecate active versions (#26) (edb317c)

1.2.0-beta.1 (2021-12-26)

Features

  • ✨ only deprecate active versions (#25) (b843758)

1.2.0-alpha.1 (2021-12-25)

Bug Fixes

  • 🐛 downgrade node-fetch to fix an error related to require (#23) (804963c)
  • 🐛 revert the upgrade of execa to fix an error related to require (#22) (a2f3fbe)

Features

  • ✨ only deprecate active versions (#20) (dbe0bc1)

1.1.7 (2021-12-22)

Bug Fixes

1.1.6 (2021-12-22)

Bug Fixes

  • ignore 422 errors and log unexpected errors when deprecating packages (#9) (e34f67b)
  • release an empty release to force upgrade (a34122d)
  • remove force on the call to deprecate (d575f49)

1.1.6 (2021-12-22)

Bug Fixes

  • ignore 422 errors and log unexpected errors when deprecating packages (#9) (e34f67b)
  • remove force on the call to deprecate (d575f49)

1.1.5 (2021-03-19)

Bug Fixes

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

1.1.4 (2021-03-19)

Bug Fixes

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

1.1.3 (2021-03-19)

Bug Fixes

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

1.1.2 (2021-01-22)

Bug Fixes

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

1.1.1 (2021-01-22)

Bug Fixes

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

1.1.0 (2021-01-08)

Features

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

1.0.1 (2020-10-23)

Bug Fixes

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

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)

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

Bug Fixes

  • fix the instanciation of a service (6638b77)

Features

  • ✨ support configuration (259bf6b)

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

Features

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