Skip to content

Commit

Permalink
Merge pull request #308 from epaew/release/v1.2.0
Browse files Browse the repository at this point in the history
Bump version from 1.1.0 to 1.2.0
  • Loading branch information
epaew authored Aug 31, 2021
2 parents 94f9035 + eba4cd4 commit bced690
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
## Features
## Bug Fixes
## BREAKING CHANGES
## Others

# 1.2.0
## BREAKING CHANGES
* [#306](https://github.com/epaew/react-liff/pull/306)
* For TypeScript user only: LiffContext returned the `error` as `LiffError | undefined`,
but now it returns as `unknown` (including `undefined`).

## Others

# 1.1.0
## Others
* [#297](https://github.com/epaew/react-liff/pull/297) Started supporting `@line/liff@2.13`.
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": "1.1.0",
"version": "1.2.0",
"private": false,
"description": "A react context provider for LIFF (LINE Front-end Framework)",
"keywords": [
Expand Down

0 comments on commit bced690

Please sign in to comment.