diff --git a/README.md b/README.md index 47f08e1..b3d961d 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ npm install angular-reactive-validation --save ## Compatibility | Angular version | Package version | |-----------------|-----------------| +| 18 | 12.x | | 17 | 11.x | | 16 | 10.x | | 15 | 9.x | diff --git a/angular.json b/angular.json index a92624f..fdf7c42 100644 --- a/angular.json +++ b/angular.json @@ -127,5 +127,8 @@ } } } + }, + "cli": { + "analytics": false } } diff --git a/projects/angular-reactive-validation/package.json b/projects/angular-reactive-validation/package.json index bf1b33e..36c1f07 100644 --- a/projects/angular-reactive-validation/package.json +++ b/projects/angular-reactive-validation/package.json @@ -1,6 +1,6 @@ { "name": "angular-reactive-validation", - "version": "11.0.0", + "version": "12.0.0", "description": "Reactive Forms validation shouldn't require the developer to write lots of HTML to show validation messages. This library makes it easy.", "repository": { "type": "git",