Skip to content

Commit

Permalink
Release 4.18.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 15, 2021
1 parent 64f62cc commit a4dece7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 4.18.1
* Fixed case inventiveness for `cover` queries (by Pig Fang).
* Fixed `since 1970` query for `null` in release date (by Pig Fang).

## 4.18
* Added `--ignore-unknown-versions` CLI option (by Pig Fang).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browserslist",
"version": "4.18.0",
"version": "4.18.1",
"description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
"keywords": [
"caniuse",
Expand Down

0 comments on commit a4dece7

Please sign in to comment.