Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpothier committed May 11, 2022
1 parent 599d410 commit 3b72bd6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## HEAD

## 5.0.1

### Bug fixes 🐛

- 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)

## 5.0.0

### Breaking Changes ⚠️
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapbox-gl-geocoder",
"version": "5.0.0",
"version": "5.0.1",
"description": "A geocoder control for Mapbox GL JS",
"main": "lib/index.js",
"unpkg": "dist/mapbox-gl-geocoder.min.js",
Expand Down

0 comments on commit 3b72bd6

Please # to comment.