From cda55c127b9bbfc01d9fd2dc412e8fdfea68e7ab Mon Sep 17 00:00:00 2001 From: Esteban Gehring Date: Mon, 17 Jan 2022 20:33:59 +0100 Subject: [PATCH] prepare release 4.0.1 (#354) --- CHANGELOG.md | 3 +++ package-lock.json | 2 +- package.json | 2 +- src/app/mat-select-search/ngx-mat-select-search.module.ts | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d87c69..d2cbcd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.0.1 +* Fix: Remove incompatible angular versions from `Readme.md` and `package.json` + ## 4.0.0 * Enhancement: Build and package using `@angular/core@13` in Ivy format. [#347](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/347) diff --git a/package-lock.json b/package-lock.json index 3277f22..c0bf27f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-mat-select-search", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 19a4f1b..0fca512 100644 --- a/package.json +++ b/package.json @@ -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.0.0", + "version": "4.0.1", "license": "MIT", "scripts": { "ng": "ng", diff --git a/src/app/mat-select-search/ngx-mat-select-search.module.ts b/src/app/mat-select-search/ngx-mat-select-search.module.ts index 2ab0e12..17c552c 100755 --- a/src/app/mat-select-search/ngx-mat-select-search.module.ts +++ b/src/app/mat-select-search/ngx-mat-select-search.module.ts @@ -17,7 +17,7 @@ import { CommonModule } from '@angular/common'; import { MatSelectSearchClearDirective } from './mat-select-search-clear.directive'; import { ReactiveFormsModule } from '@angular/forms'; -export const MatSelectSearchVersion = '4.0.0'; +export const MatSelectSearchVersion = '4.0.1'; export { MatSelectSearchClearDirective }; @NgModule({