From 31927009f7ba506245a64fc14b4a427f9bc39d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20D=C4=9Bdi=C4=8D?= Date: Tue, 9 Aug 2022 13:32:25 +0200 Subject: [PATCH] Added missing changelog entries --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a548563a..3aa6e788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + +- Added TypeScript type declarations for imagelightbox (@marekdedic) +- Added unminified output to `dist` in addition to the minified files (@marekdedic) + ### Changed - Clicking in the center of the image navigates to the next one (@marekdedic)