Skip to content

Commit

Permalink
Update to 7.0.3 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefling committed Nov 8, 2019
1 parent e284f47 commit fa0c047
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history

# misc
/.sass-cache
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog of ng-select2

## V7.0.3 (2019-11-08)

### Changes

- options label accept HTML content

## V7.0.2 (2019-08-09)

### Corrections
Expand Down
4 changes: 2 additions & 2 deletions 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.0.2",
"version": "7.0.3",
"peerDependencies": {
"@angular/common": "^7.0.0-rc.0 || ^7.0.0",
"@angular/core": "^7.0.0-rc.0 || ^7.0.0"
Expand All @@ -16,4 +16,4 @@
"url": "https://github.com/Zefling/ng-select2/issues"
},
"homepage": "https://github.com/Zefling/ng-select2#readme"
}
}

0 comments on commit fa0c047

Please sign in to comment.