From eb0a1c6f2bf2161faa086d441c8e7a4a3f13b328 Mon Sep 17 00:00:00 2001 From: David Tabaka Date: Tue, 29 Dec 2020 14:24:58 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 24 ++++++++++++++++++++---- package.json | 3 ++- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b01d6ea..de8115a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [Unreleased](https://github.com/dabakovich/react-native-controlled-mentions/tree/HEAD) + +[Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v1.0.0-0...HEAD) + +**Implemented enhancements:** + +- Suggestions- [\#9](https://github.com/dabakovich/react-native-controlled-mentions/issues/9) + +## [v1.0.0-0](https://github.com/dabakovich/react-native-controlled-mentions/tree/v1.0.0-0) (2020-12-25) + +[Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v0.1.8...v1.0.0-0) + +**Implemented enhancements:** + +- Input editing is not stable with keyboard auto-correction [\#1](https://github.com/dabakovich/react-native-controlled-mentions/issues/1) + +**Merged pull requests:** + +- fix: wrong editing with keyboard auto-correction [\#12](https://github.com/dabakovich/react-native-controlled-mentions/pull/12) ([dabakovich](https://github.com/dabakovich)) + ## [v0.1.8](https://github.com/dabakovich/react-native-controlled-mentions/tree/v0.1.8) (2020-12-22) [Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v0.1.7...v0.1.8) @@ -61,10 +81,6 @@ [Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v0.1.0...v0.1.1) -**Implemented enhancements:** - -- Input editing is not stable with keyboard auto-correction [\#1](https://github.com/dabakovich/react-native-controlled-mentions/issues/1) - ## [v0.1.0](https://github.com/dabakovich/react-native-controlled-mentions/tree/v0.1.0) (2020-12-09) [Full Changelog](https://github.com/dabakovich/react-native-controlled-mentions/compare/v0.0.22...v0.1.0) diff --git a/package.json b/package.json index be7aef9..a4abc7d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "prepare": "tsc", "build": "tsc", "test": "jest", - "postversion": "git push && git push --tags" + "postversion": "git push && git push --tags", + "changelog": "github_changelog_generator -u dabakovich -p react-native-controlled-mentions" }, "files": [ "dist"