Skip to content

Commit

Permalink
chore(release): 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperLaiTW committed May 31, 2017
1 parent 7309e5e commit 8e75747
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

<a name="1.4.5"></a>
# [1.4.5](https://github.com/CasperLaiTW/laravel-fb-messenger/compare/v1.4.4...v1.4.5) (2017-05-31)


### Features

* Add disable native share in template ([15babbd](https://github.com/CasperLaiTW/laravel-fb-messenger/commit/15babbd))
* Add image aspect ratio to generic template ([7309e5e](https://github.com/CasperLaiTW/laravel-fb-messenger/commit/7309e5e))



<a name="1.4.4"></a>
# [1.4.4](https://github.com/CasperLaiTW/laravel-fb-messenger/compare/v1.4.3...v1.4.4) (2017-05-19)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-fb-messenger",
"version": "1.4.4",
"version": "1.4.5",
"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)",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion tests/Messages/GenericTemplateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function test_image_ratio()

$actual = new GenericTemplate($this->sender, $this->case);
$actual->setImageRatio(GenericTemplate::IMAGE_SQUARE);

$this->assertEquals($expected, $actual->toData());
}
}

0 comments on commit 8e75747

Please sign in to comment.