Skip to content

Commit

Permalink
v0.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jul 24, 2017
1 parent a8bdf78 commit 3c9beaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.39.1 (July 24, 2017)

### :bug: Bug fixes
- Fix packaging issue in 0.39.0 [#5025](https://github.com/mapbox/mapbox-gl-js/issues/5025)
- Correctly evaluate enum-based identity functions [#5023](https://github.com/mapbox/mapbox-gl-js/issues/5023)

## 0.39.0 (July 21, 2017)

### :warning: Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mapbox-gl",
"description": "A WebGL interactive maps library",
"version": "0.39.0",
"version": "0.39.1",
"main": "dist/mapbox-gl.js",
"style": "dist/mapbox-gl.css",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 3c9beaf

Please sign in to comment.