diff --git a/CHANGELOG.md b/CHANGELOG.md index 3373eb8..a9f8db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Changelog for 2.x All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +2.1.1 - 2016-09-19 +------------------ + + * Correctly transfer hashes for generated YouTube, Vimeo and Google Maps + URLs. For example when linking to a specific video start time, eg. + https://vimeo.com/1084537#t=1m15s. + 2.1.0 - 2016-09-19 ------------------ diff --git a/package.json b/package.json index 2da5f3e..c2c7dff 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "http://sorgalla.com" }, "homepage": "http://sorgalla.com/lity/", - "version": "2.1.0", + "version": "2.1.1", "main": "dist/lity.js", "peerDependencies": { "jquery": ">=1.7"