Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarfonts committed Feb 19, 2018
1 parent 8bfb279 commit 3c747cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.1.0](https://github.com/oscarfonts/mapbox-gl-cordova-offline/compare/v0.0.6...v0.1.0)
> 19 February 2018
- Offline constructor [`#17`](https://github.com/oscarfonts/mapbox-gl-cordova-offline/pull/17)
- Upgrade to mapbox-gl-js v0.44.0 [`#14`](https://github.com/oscarfonts/mapbox-gl-cordova-offline/pull/14)
- Initial port to mapbox-gl-js 0.43.0 [`#12`](https://github.com/oscarfonts/mapbox-gl-cordova-offline/pull/12)
- Make project compatible with Android Studio 3 / Gradle 4. Should fix #11 [`#11`](https://github.com/oscarfonts/mapbox-gl-cordova-offline/issues/11)
- Renamed project, added map attribution [`4c3ce4f`](https://github.com/oscarfonts/mapbox-gl-cordova-offline/commit/4c3ce4f8f4e45b7e49c514363769a57ba71999d6)
- Improve README; relative path to sprites [`ea293c4`](https://github.com/oscarfonts/mapbox-gl-cordova-offline/commit/ea293c48cfb89fdf941e181895733c652ac80c1c)
- Added npm install command to README [`8bfb279`](https://github.com/oscarfonts/mapbox-gl-cordova-offline/commit/8bfb2793a1f5e8c77812d01b9337a41f79a13f0c)

#### [v0.0.6](https://github.com/oscarfonts/mapbox-gl-cordova-offline/compare/v0.0.5...v0.0.6)
> 23 January 2018
- Compliled with last mapbox-gl-js dep [`52f1245`](https://github.com/oscarfonts/mapbox-gl-cordova-offline/commit/52f1245cf62b5228f2e7c20f08788e43a5b73023)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-cordova-offline",
"version": "0.0.6",
"version": "0.1.0",
"description": "Offline vector maps in Cordova using Mapbox GL JS",
"main": "www/mapbox-gl-cordova-offline.js",
"scripts": {
Expand Down Expand Up @@ -149,4 +149,4 @@
"android"
]
}
}
}

0 comments on commit 3c747cb

Please sign in to comment.