From 2a0077c481fe658e11c66fd78bd14e81acd30b3a Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sun, 21 Nov 2021 12:03:12 +0000 Subject: [PATCH] Upgrade to libvips v8.12.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7761e8a7..4b5b02b4 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ }, "license": "Apache-2.0", "config": { - "libvips": "8.12.0-rc1", + "libvips": "8.12.0", "runtime": "napi", "target": 5 },