Skip to content

Commit 209adf9

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

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+4
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

+3-2
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)