Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mabhub authored and fredericbonifas committed Mar 8, 2018
1 parent 4f633a9 commit 851d66d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

1.2.0 / 2018-03-01
==================

* Add npm script to help releasing package versions
* Set Leaflet as peerDependency
* Upgrade Leaflet version from demo to `1.3.1`
* Don't try to remove from container if container doesn't exist
* Change way of dealing with the SVG to comply with leaflet >= 0.8
* Remove useless console.log
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "leaflet-textpath",
"version": "1.1.0",
"version": "1.2.0",
"description": "Shows a text (or a pattern) along a Polyline",
"keywords": ["Leaflet", "GIS", "SVG"],
"keywords": [
"Leaflet",
"GIS",
"SVG"
],
"main": "leaflet.textpath.js",
"bugs": {
"url": "https://github.com/makinacorpus/Leaflet.TextPath/issues"
Expand Down

0 comments on commit 851d66d

Please sign in to comment.