Skip to content

Commit 30b1de1

Browse files
committed
v4.1.0
1 parent 76188e9 commit 30b1de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-functional-select",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "Micro-sized and micro-optimized select component for React.js",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -120,7 +120,7 @@
120120
"storybook": "start-storybook -c .storybook -p 9009 --no-manager-cache",
121121
"build-storybook": "build-storybook -c .storybook -o storybook-static",
122122
"lint": "eslint \"+(.storybook|__stories__|__tests__|config|src)/**/*.{ts,js}\"",
123-
"chromatic": "chromatic --force-rebuild --auto-accept-changes"
123+
"chromatic": "chromatic --force-rebuild --auto-accept-changes --exit-zero-on-changes"
124124
},
125125
"dependencies": {
126126
"@babel/runtime": "^7.20.6"

0 commit comments

Comments
 (0)