Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dabakovich committed Dec 29, 2020
1 parent 6a921c2 commit eb0a1c6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
24 changes: 20 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb0a1c6

Please sign in to comment.