[Pkg-javascript-commits] [leaflet-markercluster] 118/128: Bump for 1.0.4
Jonas Smedegaard
dr at jones.dk
Sun Apr 16 06:26:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit 80dad18394a9f911cf0ea80eabac4df62556c99f
Author: danzel <dave at smartrak.co.nz>
Date: Tue Mar 14 08:24:38 2017 +1300
Bump for 1.0.4
---
CHANGELOG.md | 6 ++++++
README.md | 4 ++--
bower.json | 2 +-
package.json | 2 +-
4 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45c58f7..f7a616c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@ Leaflet.markercluster
(all changes without author notice are by [@danzel](https://github.com/danzel))
+## 1.0.4 (2017-03-14)
+
+### Bugfixes
+
+ * Fix errors removing a MarkerClusterGroup from the map during an animation [#758](https://github.com/Leaflet/Leaflet.markercluster/issues/758)
+
## 1.0.3 (2017-02-02)
### Bugfixes
diff --git a/README.md b/README.md
index bcd5e87..4146ba9 100644
--- a/README.md
+++ b/README.md
@@ -48,8 +48,8 @@ removed link to h1 and indented back 2 spaces all links.
## Using the plugin
Include the plugin CSS and JS files on your page after Leaflet files, using your method of choice:
-* [Download the `v1.0.3` release](https://github.com/Leaflet/Leaflet.markercluster/archive/v1.0.3.zip)
-* Use unpkg CDN: `https://unpkg.com/leaflet.markercluster@1.0.3/dist/`
+* [Download the `v1.0.4` release](https://github.com/Leaflet/Leaflet.markercluster/archive/v1.0.4.zip)
+* Use unpkg CDN: `https://unpkg.com/leaflet.markercluster@1.0.4/dist/`
* Install with npm: `npm install leaflet.markercluster`
In each case, use files in the `dist` folder:
diff --git a/bower.json b/bower.json
index a75a36f..3646520 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "leaflet.markercluster",
- "version": "1.0.3",
+ "version": "1.0.4",
"homepage": "https://github.com/Leaflet/Leaflet.markercluster",
"authors": [
"Dave Leaver <danzel at localhost.geek.nz>"
diff --git a/package.json b/package.json
index 675b13e..6048d9d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "leaflet.markercluster",
"repository": "https://github.com/Leaflet/Leaflet.markercluster",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Provides Beautiful Animated Marker Clustering functionality for Leaflet",
"devDependencies": {
"jshint": "~2.1.3",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git
More information about the Pkg-javascript-commits
mailing list