Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2020-05-12)

### Features

* set the safe-area dependent on the devices ([c994fe2](c994fe2))
  • Loading branch information
semantic-release-bot committed May 12, 2020
1 parent 845dd6a commit e5e01ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ npm install device-bars --save
<!-- index.html -->
<html>
<head>
<script src='https://unpkg.com/device-bars@1.0.1/dist/device-bars.js'></script>
<script src='https://unpkg.com/device-bars@1.1.0/dist/device-bars.js'></script>
</head>
...
</html>
Expand Down
2 changes: 1 addition & 1 deletion 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": "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",
Expand Down

0 comments on commit e5e01ec

Please sign in to comment.