Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stilist committed Nov 25, 2017
1 parent 25c0edc commit 4e5d563
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.4] - 2017-11-25
### Added
- Add supercluster CSS to style clusters

## Fixed
- Fix bad copy/paste for link to 1.0.3 changes

## [1.0.3] - 2017-11-25
### Added
- Use supercluster plugin to cluster points together (leaflet.markercluster and
Expand Down Expand Up @@ -55,7 +60,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial release

[Unreleased]: https://github.com/stilist/prebaked-geojson-map/compare/v1.0.3...master
[1.0.2]: https://github.com/stilist/prebaked-geojson-map/compare/v1.0.2...v1.0.3
[Unreleased]: https://github.com/stilist/prebaked-geojson-map/compare/v1.0.4...master
[1.0.4]: https://github.com/stilist/prebaked-geojson-map/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/stilist/prebaked-geojson-map/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/stilist/prebaked-geojson-map/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/stilist/prebaked-geojson-map/compare/v1.0.0...v1.0.1
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "prebaked-geojson-map",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/index.min.js",
"author": "Jordan Cole <code@ratafia.info>",
"license": "MIT",
Expand Down

0 comments on commit 4e5d563

Please sign in to comment.