Skip to content

Commit

Permalink
Bump version to 3.2.0 (#2835)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM authored Jul 9, 2023
1 parent 0ae71cf commit 541ac26
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material build
- name: Publish the docs
if: ${{ steps.prepare_release.outputs.release_type == 'regular' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- _...Add new stuff here..._

## 3.2.0-pre.3
## 3.2.0

### ✨ Features and improvements

Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "maplibre-gl",
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
"version": "3.2.0-pre.3",
"version": "3.2.0",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 541ac26

Please sign in to comment.