Skip to content

Commit

Permalink
prepare release 4.2.0 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny committed Jun 14, 2022
1 parent 7a804d4 commit 092aaf9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.2.0
* Enhancement: Enable the use of a custom template for notFoundEntries
[#381](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/381)

Thanks to @ruekart

## 4.1.2
* Bugfix: Restoring selected values in mode multi throws error
[#376](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/376)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "ngx-mat-select-search",
"description": "Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.",
"version": "4.1.2",
"version": "4.2.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/mat-select-search/ngx-mat-select-search.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { MatSelectSearchClearDirective } from './mat-select-search-clear.directi
import { ReactiveFormsModule } from '@angular/forms';
import { MatSelectNoEntriesFoundDirective } from './mat-select-no-entries-found.directive';

export const MatSelectSearchVersion = '4.1.2';
export const MatSelectSearchVersion = '4.2.0';
export { MatSelectSearchClearDirective };
export { MatSelectNoEntriesFoundDirective };

Expand Down

0 comments on commit 092aaf9

Please sign in to comment.