diff --git a/CHANGELOG.md b/CHANGELOG.md index dfcb9739..4d24b22b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.1] - 2019-06-19 + +### Changed + +- Redirected everything from rejas to marekdedic + +### Fixed + +- Fixed #201, a bug with videos not being preloaded if they were added to an already initialized lightbox (@marekdedic) + ## [1.0.0] - 2019-05-31 ### Changed @@ -219,7 +229,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [0.1.0] - 2014-04-24 -[Unreleased]: https://github.com/marekdedic/imagelightbox/compare/1.0.0...HEAD +[Unreleased]: https://github.com/marekdedic/imagelightbox/compare/1.0.1...HEAD +[1.0.1]: https://github.com/marekdedic/imagelightbox/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/marekdedic/imagelightbox/compare/0.14.0...1.0.0 [0.14.0]: https://github.com/marekdedic/imagelightbox/compare/0.13.0...0.14.0 [0.13.0]: https://github.com/marekdedic/imagelightbox/compare/0.12.0...0.13.0 diff --git a/package-lock.json b/package-lock.json index fd321045..fa1c863d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "imagelightbox", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 28c95df2..9873faae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imagelightbox", - "version": "1.0.0", + "version": "1.0.1", "description": "Image Lightbox, Responsive and Touch‑friendly", "homepage": "https://marekdedic.github.io/imagelightbox", "license": "MIT",