Skip to content

Commit

Permalink
Merge pull request #12 from epaew/release/v0.3.0
Browse files Browse the repository at this point in the history
Bump version from 0.2.0 to 0.3.0
  • Loading branch information
epaew authored Jun 14, 2020
2 parents e342171 + abde2a5 commit 974f709
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Unreleased
## Features
## 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.

* Define propTypes of `LiffProvider`, for non-TypeScript user.
## Bugfixes
## Others
* [#10](https://github.com/epaew/react-liff/pull/10)
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-liff",
"version": "0.2.0",
"version": "0.3.0",
"private": false,
"description": "A react context provider for LIFF (LINE Front-end Framework)",
"keywords": [
Expand Down Expand Up @@ -42,13 +42,15 @@
"jest": "^26.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
},
"peerDependencies": {
"prop-types": "*",
"react": "^16.13.0"
}
}

0 comments on commit 974f709

Please sign in to comment.