From dc66c4006fb60eea425cbf8762d574c99abf7ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=90=AF=E6=BA=90?= Date: Tue, 21 Jul 2026 13:34:24 +0800 Subject: [PATCH] chore(release): prepare v0.1.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9b28c2..2b6c74a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waveform-analysis", - "version": "0.1.8", + "version": "0.1.9", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/types/index.d.ts",