Skip to content

Commit

Permalink
Merge pull request #22 from epaew/release/v0.4.1
Browse files Browse the repository at this point in the history
Bump version from 0.4.0 to 0.4.1
  • Loading branch information
epaew authored Jun 16, 2020
2 parents 9ffac31 + 7eae4b7 commit 31a47d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
## Features
## Bugfixes
## Others

# 0.4.1
## Others
* [#21](https://github.com/epaew/react-liff/pull/21) Change target version of tsconfig.json: from ES2019 to ES2015.

# 0.4.0
## Features
* [#14](https://github.com/epaew/react-liff/pull/14) Update the stub implementation: make login state updatable.
* [#15](https://github.com/epaew/react-liff/pull/15) Add `loggedIn` state in LiffContext
## Bugfixes
## Others

# 0.3.0
## Features
* [#10](https://github.com/epaew/react-liff/pull/10)
* Add new export `createLiffContext<T>()`, for TypeScript user, now you can overload the context type definition of liff object.
* Define propTypes of `LiffProvider`, for non-TypeScript user.
## Bugfixes
## Others
* [#10](https://github.com/epaew/react-liff/pull/10)
* Split the codes.
Expand All @@ -26,7 +26,6 @@
## Features
* [#2](https://github.com/epaew/react-liff/pull/2) Add export `LiffConsumer`
* [#4](https://github.com/epaew/react-liff/pull/4) Add flag to check "is liff ready?"
## Bugfixes
## Others
* [#2](https://github.com/epaew/react-liff/pull/2) Move dependency of package `liff-type` from peer to optional
* [#4](https://github.com/epaew/react-liff/pull/4) Add tests
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": "react-liff",
"version": "0.4.0",
"version": "0.4.1",
"private": false,
"description": "A react context provider for LIFF (LINE Front-end Framework)",
"keywords": [
Expand Down

0 comments on commit 31a47d0

Please sign in to comment.