Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[node] bump version (#9196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Sudekum authored Jun 6, 2017
1 parent 0bd1b82 commit 15791b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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-native",
"version": "3.5.3",
"version": "3.5.4",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
Expand Down
4 changes: 4 additions & 0 deletions platform/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.5.4 - June 6, 2017

- Fixed an issue with `map.addImage()` which would cause added images to randomly be replaced with images found the style's sprite sheet ([#9119](https://github.com/mapbox/mapbox-gl-native/pull/9119))

# 3.5.3 - May 30, 2017

- Fixed a regression around `line-dasharrary` and `fill-pattern` that caused these properties to sometimes not render correctly ([#9130](https://github.com/mapbox/mapbox-gl-native/pull/9130))
Expand Down

0 comments on commit 15791b5

Please sign in to comment.