From 834651230003e8ea63d5945f4bd1ef4371ec3c63 Mon Sep 17 00:00:00 2001 From: Caleb Hearon Date: Mon, 23 Dec 2024 12:22:36 -0500 Subject: [PATCH] v3.0.0 --- Readme.md | 7 ------- package.json | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index d7a7c65cc..73c65d369 100644 --- a/Readme.md +++ b/Readme.md @@ -5,13 +5,6 @@ node-canvas is a [Cairo](http://cairographics.org/)-backed Canvas implementation for [Node.js](http://nodejs.org). -> [!TIP] -> **v3.0.0-rc2 is now available for testing on Linux (x64 glibc), macOS (x64) and Windows (x64)!** It's the first version -> to use N-API and prebuild-install. Please give it a try and let us know if you run into any issues. -> ```sh -> npm install canvas@next -> ``` - ## Installation ```bash diff --git a/package.json b/package.json index ae5df9f42..2f305fbd6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "canvas", "description": "Canvas graphics API backed by Cairo", - "version": "3.0.0-rc3", + "version": "3.0.0", "author": "TJ Holowaychuk ", "main": "index.js", "browser": "browser.js",