Skip to content

Commit 3b72bd6

Browse files
committed
v5.0.1
1 parent 599d410 commit 3b72bd6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## HEAD
22

3+
## 5.0.1
4+
5+
### Bug fixes 🐛
6+
7+
- Fix string matching and regular expressions to remove security vulnerabilities and meet code scan compliance [#457](https://github.com/mapbox/mapbox-gl-geocoder/pull/457)
8+
39
## 5.0.0
410

511
### Breaking Changes ⚠️

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mapbox-gl-geocoder",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "A geocoder control for Mapbox GL JS",
55
"main": "lib/index.js",
66
"unpkg": "dist/mapbox-gl-geocoder.min.js",

0 commit comments

Comments
 (0)