Skip to content

Commit 8e75747

Browse files
committed
chore(release): 1.4.5
1 parent 7309e5e commit 8e75747

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.4.5"></a>
6+
# [1.4.5](https://github.com/CasperLaiTW/laravel-fb-messenger/compare/v1.4.4...v1.4.5) (2017-05-31)
7+
8+
9+
### Features
10+
11+
* Add disable native share in template ([15babbd](https://github.com/CasperLaiTW/laravel-fb-messenger/commit/15babbd))
12+
* Add image aspect ratio to generic template ([7309e5e](https://github.com/CasperLaiTW/laravel-fb-messenger/commit/7309e5e))
13+
14+
15+
516
<a name="1.4.4"></a>
617
# [1.4.4](https://github.com/CasperLaiTW/laravel-fb-messenger/compare/v1.4.3...v1.4.4) (2017-05-19)
718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-fb-messenger",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "[![Build Status](https://travis-ci.org/CasperLaiTW/laravel-fb-messenger.svg?branch=master)](https://travis-ci.org/CasperLaiTW/laravel-fb-messenger) [![Coverage Status](https://coveralls.io/repos/github/CasperLaiTW/laravel-fb-messenger/badge.svg?branch=master)](https://coveralls.io/github/CasperLaiTW/laravel-fb-messenger?branch=master) [![StyleCI](https://styleci.io/repos/66968888/shield)](https://styleci.io/repos/66968888) [![Latest Stable Version](https://poser.pugx.org/casperlaitw/laravel-fb-messenger/v/stable)](https://packagist.org/packages/casperlaitw/laravel-fb-messenger) [![Latest Unstable Version](https://poser.pugx.org/casperlaitw/laravel-fb-messenger/v/unstable)](https://packagist.org/packages/casperlaitw/laravel-fb-messenger) [![Total Downloads](https://poser.pugx.org/casperlaitw/laravel-fb-messenger/downloads)](https://packagist.org/packages/casperlaitw/laravel-fb-messenger) [![Monthly Downloads](https://poser.pugx.org/casperlaitw/laravel-fb-messenger/d/monthly)](https://packagist.org/packages/casperlaitw/laravel-fb-messenger)",
55
"main": "index.js",
66
"directories": {

tests/Messages/GenericTemplateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function test_image_ratio()
104104

105105
$actual = new GenericTemplate($this->sender, $this->case);
106106
$actual->setImageRatio(GenericTemplate::IMAGE_SQUARE);
107-
107+
108108
$this->assertEquals($expected, $actual->toData());
109109
}
110110
}

0 commit comments

Comments
 (0)