Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 209adf9

Browse files
committed
Release 4.16.4 version
1 parent 3e2ae3b commit 209adf9

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 4.16.4
5+
* Fixed unsafe RegExp.
6+
* Added artifactory support to `--update-db` (by Ittai Baratz).
7+
48
## 4.16.3
59
* Fixed `--update-db`.
610

‎package.json‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserslist",
3-
"version": "4.16.3",
3+
"version": "4.16.4",
44
"description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
55
"keywords": [
66
"caniuse",
@@ -163,7 +163,8 @@
163163
"ES",
164164
"deduplication",
165165
"pnpm",
166-
"VS"
166+
"VS",
167+
"artifactory"
167168
]
168169
},
169170
"sharec": {

0 commit comments

Comments
 (0)