Skip to content

Commit

Permalink
Merge pull request #384 from marekdedic/version-1.2.0
Browse files Browse the repository at this point in the history
Version 1.2.0
  • Loading branch information
marekdedic authored Aug 9, 2022
2 parents 3718457 + 0b4c8f9 commit c3f3f46
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 29 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.2.0] - 2022-08-09

### Added

- Added TypeScript type declarations for imagelightbox (@marekdedic)
Expand All @@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed

- Clicking in the center of the image navigates to the next one (@marekdedic)
- The lightbox buttons are plain `<div>`s now (@marekdedic)

### Fixed

Expand Down
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imagelightbox",
"version": "1.1.0",
"version": "1.2.0",
"description": "Image Lightbox, Responsive and Touch‑friendly",
"homepage": "https://marekdedic.github.io/imagelightbox",
"license": "MIT",
Expand Down

0 comments on commit c3f3f46

Please sign in to comment.