diff --git a/CHANGELOG.md b/CHANGELOG.md index f655e1e..04111d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.1.0](https://github.com/SimonGolms/device-bars/compare/v1.0.1...v1.1.0) (2020-05-12) + + +### Features + +* set the safe-area dependent on the devices ([c994fe2](https://github.com/SimonGolms/device-bars/commit/c994fe2f517c2a0b51168eeb28671f4743fe9769)) + ## [1.0.1](https://github.com/SimonGolms/device-bars/compare/v1.0.0...v1.0.1) (2020-05-05) ### Bug Fixes diff --git a/README.md b/README.md index 7df7fba..6c756bb 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ npm install device-bars --save - + ... diff --git a/package-lock.json b/package-lock.json index f234076..0b9995a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "device-bars", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 35e7484..1836bb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "device-bars", - "version": "1.0.1", + "version": "1.1.0", "description": "Add the appropriate device status bar or navigation bar to your ionic app and bring your mocks/prototypes/screenshots to the next level.", "keywords": [ "android",