We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a332b7 commit dc1f722Copy full SHA for dc1f722
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [1.1.0] - 2020-06-13
11
+
12
+### Added
13
14
+- Added the option to explicitly specify video dimensions (@marekdedic)
15
16
## [1.0.2] - 2019-06-26
17
18
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "imagelightbox",
3
- "version": "1.0.2",
+ "version": "1.1.0",
4
"description": "Image Lightbox, Responsive and Touch‑friendly",
5
"homepage": "https://marekdedic.github.io/imagelightbox",
6
"license": "MIT",
0 commit comments