Skip to content

Commit

Permalink
Merge pull request #340 from epaew/release/v1.3.0
Browse files Browse the repository at this point in the history
Bump version from 1.2.1 to 1.3.0
  • Loading branch information
epaew authored Nov 7, 2021
2 parents 778162f + e2ea39c commit 5030789
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Unreleased
## Features
* [#336](https://github.com/epaew/react-liff/pull/336)
* Started supporting `@line/liff` version from 2.14.x to 2.16.x.

## Bug Fixes
## BREAKING CHANGES
## Others
* [#338](https://github.com/epaew/react-liff/pull/338)

# 1.3.0
## Features
* [#336](https://github.com/epaew/react-liff/pull/336)
* Started supporting `@line/liff` version from 2.14.x to 2.16.x.
## Others
* [#338](https://github.com/epaew/react-liff/pull/338) [#339](https://github.com/epaew/react-liff/pull/339)
* Upgrade outdated devDependencies

# 1.2.1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-liff",
"version": "1.2.1",
"version": "1.3.0",
"private": false,
"description": "A react context provider for LIFF (LINE Front-end Framework)",
"keywords": [
Expand All @@ -23,7 +23,7 @@
"clean": "rimraf dist/*",
"eslint": "eslint .",
"eslint:fix": "eslint --fix .",
"prepack": "npm-run-all eslint clean build",
"prepack": "npm-run-all test clean build",
"test": "jest",
"test:coverage": "jest --coverage",
"typecheck": "tsc --noEmit"
Expand Down

0 comments on commit 5030789

Please sign in to comment.