Skip to content

Commit

Permalink
Changelog for 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amcclain committed Sep 23, 2019
1 parent 1b7bafd commit 5e41254
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 4.2.0 - 2019-09-23

### 🎁 New Features

* Support for the nullish coalescing operator `let foo = bar ?? 'default'` via the
`@babel/plugin-proposal-nullish-coalescing-operator` plugin.

[Commit Log](https://github.com/xh/hoist-dev-utils/compare/v4.1.2...v4.2.0)

## 4.1.2 - 2019-09-18

* Tweak to skip logging (spurious) packaged Hoist version when running with Hoist inline.
Expand Down

0 comments on commit 5e41254

Please sign in to comment.