Skip to content

Commit

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

## [Unreleased]

## [1.0.3] - 2017-11-25
### Added
- Use supercluster plugin to cluster points together (leaflet.markercluster and
PruneCluster have better UX, but I couldn’t get them to work correctly with
Expand Down Expand Up @@ -51,6 +53,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial release

[Unreleased]: https://github.com/stilist/prebaked-geojson-map/compare/v1.0.2...master
[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
[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
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prebaked-geojson-map",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.min.js",
"author": "Jordan Cole <code@ratafia.info>",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
"supercluster": "^3.0.0",
"tslint": "^5.8.0",
"typescript": "^2.5.0",
"uglifyjs-webpack-plugin": "^1.1.0",
"uglifyjs-webpack-plugin": "^1.1.1",
"url-loader": "^0.6.0",
"webpack": "^3.6.0"
},
Expand Down

0 comments on commit 067a66d

Please sign in to comment.