diff --git a/README.md b/README.md index 23811bd..f321276 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ yarn add ngx-clarity | Version | Angular Version | | ------- | --------------- | | `1.x.x` | `>=13 <15` | -| `2.x.x` | `>=15 <17` | +| `2.x.x` | `>=15 <18` | ## Features diff --git a/packages/ngx-clarity/package.json b/packages/ngx-clarity/package.json index 0f53a42..8b8b6a1 100644 --- a/packages/ngx-clarity/package.json +++ b/packages/ngx-clarity/package.json @@ -1,6 +1,6 @@ { "name": "ngx-clarity", - "version": "2.0.0", + "version": "2.1.0", "description": "Angular module to add the tracking code for microsoft.clarity.com", "publishConfig": { "access": "public" @@ -28,8 +28,8 @@ "email": "jadengis@gmail.com" }, "peerDependencies": { - "@angular/common": ">=15 <17", - "@angular/core": ">=15 <17" + "@angular/common": ">=15 <18", + "@angular/core": ">=15 <18" }, "dependencies": { "tslib": "^2.3.0"