Skip to content

Latest commit

 

History

History
43 lines (20 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

43 lines (20 loc) · 1.44 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)
  • 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)