diff --git a/CHANGELOG.md b/CHANGELOG.md index 285f418..90e57e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ - [] https://github.com/peterpalau/react-bnb-gallery/pulls --> +## 1.2.0 + +- [fix] Updates multiple dependencies +- [enhancement] Accept path-only images + ## 1.1.9 - [fix] Correctly bind the `zIndex` property diff --git a/example/yarn.lock b/example/yarn.lock index 93d09af..68dad9f 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -8890,7 +8890,7 @@ react-app-polyfill@^1.0.6: whatwg-fetch "^3.0.0" "react-bnb-gallery@file:..": - version "1.1.9" + version "1.2.0" dependencies: airbnb-prop-types "^2.11.0" ajv "^6.0.0" diff --git a/package.json b/package.json index 450bbd3..018aba1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bnb-gallery", - "version": "1.1.9", + "version": "1.2.0", "description": "Simple photo gallery based on React and Airbnb image gallery", "author": "Pedro Enrique Palau ", "homepage": "https://peterpalau.github.io/react-bnb-gallery/",