Skip to content

Commit

Permalink
v4.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 25, 2020
1 parent c27dd4b commit db4fd7a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.17](https://github.com/nativescript-community/ui-image/compare/v4.0.16...v4.0.17) (2020-11-25)


### Bug Fixes

* removed logs ([c277928](https://github.com/nativescript-community/ui-image/commit/c27792880287c45805dce6fbafc19c86db4ffcc8))





## [4.0.16](https://github.com/nativescript-community/ui-image/compare/v4.0.15...v4.0.16) (2020-11-23)

**Note:** Version bump only for package @nativescript-community/ui-image
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"plugin"
],
"version": "4.0.16",
"version": "4.0.17",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.17](https://github.com/nativescript-community/ui-image/compare/v4.0.16...v4.0.17) (2020-11-25)

**Note:** Version bump only for package @nativescript-community/ui-image





## [4.0.16](https://github.com/nativescript-community/ui-image/compare/v4.0.15...v4.0.16) (2020-11-23)

**Note:** Version bump only for package @nativescript-community/ui-image
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-image",
"version": "4.0.16",
"version": "4.0.17",
"description": "Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.",
"main": "./image",
"sideEffects": false,
Expand Down

0 comments on commit db4fd7a

Please sign in to comment.