Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Commit d37f9b9

Browse files
committed
chore: release 0.7.1
1 parent 1d1e2f0 commit d37f9b9

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="0.7.1"></a>
2+
## [0.7.1](https://github.com/simongolms/ngx-ionic-image-viewer/compare/v0.7.0...v0.7.1) (2020-05-31)
3+
4+
5+
### Bug Fixes
6+
7+
* srcFallback not working on controller ([a0b0bfc](https://github.com/simongolms/ngx-ionic-image-viewer/commit/a0b0bfc)), closes [#28](https://github.com/simongolms/ngx-ionic-image-viewer/issues/28)
8+
19
<a name="0.7.0"></a>
210
# [0.7.0](https://github.com/simongolms/ngx-ionic-image-viewer/compare/v0.6.0...v0.7.0) (2020-02-23)
311

projects/ngx-ionic-image-viewer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="0.7.1"></a>
2+
## [0.7.1](https://github.com/simongolms/ngx-ionic-image-viewer/compare/v0.7.0...v0.7.1) (2020-05-31)
3+
4+
5+
### Bug Fixes
6+
7+
* srcFallback not working on controller ([a0b0bfc](https://github.com/simongolms/ngx-ionic-image-viewer/commit/a0b0bfc)), closes [#28](https://github.com/simongolms/ngx-ionic-image-viewer/issues/28)
8+
19
<a name="0.7.0"></a>
210
# [0.7.0](https://github.com/simongolms/ngx-ionic-image-viewer/compare/v0.6.0...v0.7.0) (2020-02-23)
311

projects/ngx-ionic-image-viewer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
## Demo <!-- omit in toc -->
2727

28-
[Live Demo](https://ionic4-image-viewer-example.netlify.com/home) | [Stackblitz](https://stackblitz.com/github/SimonGolms/ngx-ionic-image-viewer/tree/master/demo)
28+
[Live Demo](https://ionic4-image-viewer-example.netlify.com) | [Stackblitz](https://stackblitz.com/github/SimonGolms/ngx-ionic-image-viewer/tree/master/demo)
2929

3030
![ngx-ionic-image-viewer-showcase](https://github.com/SimonGolms/ngx-ionic-image-viewer/raw/master/docs/showcase.gif)
3131

projects/ngx-ionic-image-viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-ionic-image-viewer",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "An Ionic 4 Angular module to view & zoom on images and photos without any additional dependencies.",
55
"keywords": [
66
"ionic",

0 commit comments

Comments
 (0)