Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
based-ghost committed Nov 30, 2022
1 parent 76188e9 commit 30b1de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-functional-select",
"version": "4.0.1",
"version": "4.1.0",
"description": "Micro-sized and micro-optimized select component for React.js",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -120,7 +120,7 @@
"storybook": "start-storybook -c .storybook -p 9009 --no-manager-cache",
"build-storybook": "build-storybook -c .storybook -o storybook-static",
"lint": "eslint \"+(.storybook|__stories__|__tests__|config|src)/**/*.{ts,js}\"",
"chromatic": "chromatic --force-rebuild --auto-accept-changes"
"chromatic": "chromatic --force-rebuild --auto-accept-changes --exit-zero-on-changes"
},
"dependencies": {
"@babel/runtime": "^7.20.6"
Expand Down

0 comments on commit 30b1de1

Please sign in to comment.