From a682c82650a179e07acbe4fd654a3e1f933aea77 Mon Sep 17 00:00:00 2001 From: Art <4998038+Alorel@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:26:20 +0200 Subject: [PATCH] fix: Bump package version to v11 instead of 10.1 for Angular 17 BREAKING CHANGE: Angular 16 no longer supported --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cedc917..dfd7da3 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ You can also npm install manually: ```bash + npm install localforage@^1.10.0 ngforage@^11.0.0 # Angular 17 npm install localforage@^1.10.0 ngforage@^10.0.0 # Angular 16 npm install localforage@^1.10.0 ngforage@^9.0.0 # Angular 15 npm install localforage@^1.10.0 ngforage@^8.0.0 # Angular 14