Skip to content

Commit

Permalink
Merge pull request #58 from jgravois/changelog
Browse files Browse the repository at this point in the history
add a project changelog and prep for 0.0.3 release
  • Loading branch information
jgravois authored Apr 18, 2017
2 parents 42823a8 + 7a7abba commit b0bdc55
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.0.3] - 2017-04-18

### Added

- Improved support for older versions of `mapbox-gl-js`

## [0.0.2] - 2017-03-08

### Added
- Introduced support for Leaflet `v1.0.x`

## 0.7.0 - 2016-10-09

- Compatibility release for Leaflet `v0.7.x`

[Unreleased]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.3...HEAD
[0.0.3]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.7.0...v0.0.2
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-leaflet",
"version": "0.0.2",
"version": "0.0.3",
"description": "binding from mapbox gl to the leaflet api",
"main": "leaflet-mapbox-gl.js",
"directories": {
Expand All @@ -27,6 +27,7 @@
},
"homepage": "https://github.com/mapbox/mapbox-gl-leaflet",
"devDependencies": {
"gh-release": "^2.2.1",
"jshint": "~2.5.5"
}
}

0 comments on commit b0bdc55

Please sign in to comment.