diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe8174..d991f74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index aecae1f..c8266dd 100644 --- a/package.json +++ b/package.json @@ -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": [ @@ -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"