CHANGELOG.md 3.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.0.0 (2021-02-10)

Features

  • deps: Bump dependencies (affed1c)
  • deps: pify@^5.0.0 (6b34452)
  • Drop support for Node v6.x & v8.x (ff4bb4d)

BREAKING CHANGES

  • Node v6.x & v8.x are no longer supported. Please upgrade to the latest LTS release.

Here's the gnarly one-liner I used to make these changes:

npx lerna exec --concurrency 1 --stream -- 'json -I -f package.json -e '"'"'this.engines=this.engines||{};this.engines.node=">= 10.18.0"'"'"

(requires npm i -g json beforehand)

3.16.0 (2019-07-18)

Bug Fixes

  • npm-conf: OTP should default to undefined, figgy pudding is very strict (2fa02a8)

Features

3.13.0 (2019-02-15)

Features

  • meta: Add repository.directory field to package.json (aec5023)
  • meta: Normalize package.json homepage field (abeb4dc)

3.7.0 (2018-12-19)

Bug Fixes

  • npm-conf: Port kevva/npm-conf/pull/12 (@zkochan) (d58b741)
  • npm-conf: Update defaults & types to npm v6.5.0+ (6a8aa83)

3.4.1 (2018-10-04)

Bug Fixes

  • npm-conf: Do not overwrite defaults with undefined cli keys (25af71d)

3.0.0 (2018-08-10)

Note: Version bump only for package @lerna/npm-conf

3.0.0-rc.0 (2018-07-27)

Note: Version bump only for package @lerna/npm-conf

3.0.0-beta.19 (2018-05-03)

Note: Version bump only for package @lerna/npm-conf

3.0.0-beta.12 (2018-03-30)

Bug Fixes

  • npm-conf: Replace env vars even in config keys (3c9a5de)

3.0.0-beta.8 (2018-03-22)

Features

  • npm-conf: Add get/setCredentialsByURI() methods (ad20d8a)
  • utils: Add "vendored" npm-conf (9c24a25)