From 6c9b0a5a3e5092a70f651e6eeb995d6300f8f4fe Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sun, 8 Mar 2020 11:10:30 -0400 Subject: [PATCH] Bump package version for first alpha release of v3 (#7183) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0fd52b69..684e82115 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "chart.js", "homepage": "https://www.chartjs.org", "description": "Simple HTML5 charts using the canvas element.", - "version": "3.0.0-dev", + "version": "3.0.0-alpha", "license": "MIT", "jsdelivr": "dist/Chart.min.js", "unpkg": "dist/Chart.min.js", -- 2.47.2