From b829f0b4e1a2e1594d184bba4af517ed1fa5377a Mon Sep 17 00:00:00 2001 From: zhouyun1 Date: Wed, 11 Jan 2023 16:12:12 +0800 Subject: [PATCH] chore: update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfa0657c6..13ed24df0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hi-ui/hiui", - "version": "3.9.4", + "version": "3.9.5", "description": "HIUI for React", "scripts": { "test": "node_modules/.bin/standard && node_modules/.bin/stylelint --config .stylelintrc 'components/**/*.scss'",