diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b94600..10970007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 4.19 +* Added queries grammar definition (by Pig Fang). +* Added `throwOnMissing` option (by Øyvind Saltvik). +* Fixed `null` data ignoring in `< 50% in CN` (byPig Fang). +* Fixed data parsing in `in my stats` (by Sun Xiaoran). +* Fixed `yarn.lock` support with `integrity` (by Alexey Berezin). +* Fixed Yarn Berry error message in `--update-db`. + ## 4.18.1 * Fixed case inventiveness for `cover` queries (by Pig Fang). * Fixed `since 1970` query for `null` in release date (by Pig Fang). diff --git a/package.json b/package.json index 0958b429..874445e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browserslist", - "version": "4.18.1", + "version": "4.19.0", "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset", "keywords": [ "caniuse",