Skip to content

Latest commit

 

History

History
78 lines (29 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

78 lines (29 loc) · 2.16 KB

Change Log

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

5.1.1 (2022-06-09)

Bug Fixes

  • allow maintenance LTS node 14 engines starting at 14.15.0 (#3161) (72305e4)

5.1.0 (2022-06-07)

Note: Version bump only for package @lerna/info

5.1.0-alpha.0 (2022-05-25)

Note: Version bump only for package @lerna/info

5.0.0 (2022-05-24)

Note: Version bump only for package @lerna/info

4.0.0 (2021-02-10)

Features

  • deps: Bump dependencies (affed1c)
  • Consume named exports of sibling modules (63499e3)
  • 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.21.0 (2020-05-13)

Note: Version bump only for package @lerna/info

3.20.0 (2019-12-27)

Features

  • cli: Add new info command to output information about local environment (#2106) (7abfe43)