From 3c32695e117a336c36c8883b6cd5cd19475abc4d Mon Sep 17 00:00:00 2001 From: GenaBitu Date: Wed, 26 Jun 2019 16:23:28 +0200 Subject: [PATCH] Version 1.0.2 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d24b22b..6f76647b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.2] - 2019-06-26 + +### Fixed + +- `.git` included in the NPM package causing it to break installations (@marekdedic) + ## [1.0.1] - 2019-06-19 ### Changed @@ -229,7 +235,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.1...HEAD +[Unreleased]: https://github.com/marekdedic/imagelightbox/compare/1.0.2...HEAD +[1.0.2]: https://github.com/marekdedic/imagelightbox/compare/1.0.1...1.0.2 [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 diff --git a/package-lock.json b/package-lock.json index 3f0df66d..c2304d84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "imagelightbox", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3dde3c9a..87dac7d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imagelightbox", - "version": "1.0.1", + "version": "1.0.2", "description": "Image Lightbox, Responsive and Touch‑friendly", "homepage": "https://marekdedic.github.io/imagelightbox", "license": "MIT",