Skip to content

Commit

Permalink
update version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefling committed Apr 27, 2020
1 parent c3e9528 commit c70e0b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog of ng-select2

## V7.1.2 (2020-04-27)

### Changes

- add event `(focus)` and `(blur)`

### Corrections

- fix the focused status which is not removed in some cases or called for the wrong reason

## V7.1.1 (2020-04-24)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-select2-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-select2-component",
"version": "7.1.1",
"version": "7.1.2",
"peerDependencies": {
"@angular/common": "^7.0.0-rc.0 || ^7.0.0",
"@angular/core": "^7.0.0-rc.0 || ^7.0.0"
Expand Down

0 comments on commit c70e0b1

Please sign in to comment.