Skip to content

Commit 875400a

Browse files
committed
release: v2.0.0
1 parent 8055314 commit 875400a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.0 / 2016-11-06
2+
3+
* change default behaviour to load location from current page
4+
* removed on-page flag
5+
* change attributes syntax to HTML-style
6+
17
## 1.1.6 / 2016-09-07
28
* fix #15 - broken page if there is <header> tag used
39
* allow setting custom zoom level with `zoom:10` attribute

lib/jekyll-maps/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jekyll
22
module Maps
3-
VERSION = "1.1.6".freeze
3+
VERSION = "2.0.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)