Skip to content

Commit be100e0

Browse files
author
Hyunje Jun
committed
v4.0.0
1 parent 7246a9a commit be100e0

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
1+
## 4.0.0 (25 Oct 2017)
2+
3+
#### Major
4+
5+
* Make index script export exceptions and types (#31)
6+
7+
#### Type
8+
9+
* Simplify config types for client and middleware (#31)
10+
11+
#### Misc
12+
13+
* Fix information and links in doc
14+
* Use Prettier instead of TSLint (#30)
15+
* Install git hooks for precommit and prepush (#30)
16+
17+
118
## 3.1.1 (19 Sep 2017)
219

320
#### Type
421

522
* Fix type of postback.params
623

24+
725
## 3.1.0 (19 Sep 2017)
826

927
#### Major
@@ -14,6 +32,7 @@
1432

1533
* Add `FileEventMessage` type
1634

35+
1736
## 3.0.0 (8 Sep 2017)
1837

1938
#### Major
@@ -34,6 +53,7 @@
3453
* Fix `clean` script to work in Windows
3554
* Use "axios" for internal HTTP client instead of "got" (#20)
3655

56+
3757
## 2.0.0 (12 June 2017)
3858

3959
#### Type
@@ -44,6 +64,7 @@
4464

4565
* Update yarn.lock with the latest Yarn
4666

67+
4768
## 1.1.0 (31 May 2017)
4869

4970
* Handle pre-parsed body (string and buffer only)
@@ -57,6 +78,7 @@
5778

5879
* Create issue template (#4)
5980

81+
6082
## 1.0.0 (11 May 2017)
6183

6284
* Initial release

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@line/bot-sdk",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "Node.js SDK for LINE Messaging API",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)