diff --git a/CHANGELOG.md b/CHANGELOG.md index 431cfe74fd..1bfab63403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ - *...Add new stuff here...* +## 2.1.5 + +### 🐞 Bug fixes + +- Publish empty `postinstall.js` file. Follow-up on (#990), (#991), (#992). + ## 2.1.5-pre.1 ### 🐞 Bug fixes diff --git a/package-lock.json b/package-lock.json index 81fe2261e5..4ba4af67c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maplibre-gl", - "version": "2.1.3", + "version": "2.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "maplibre-gl", - "version": "2.1.3", + "version": "2.1.5", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index 593411161f..8fef7f134b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "maplibre-gl", "description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library", - "version": "2.1.5-pre.1", + "version": "2.1.5", "main": "dist/maplibre-gl.js", "style": "dist/maplibre-gl.css", "license": "BSD-3-Clause",