diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..20d4094 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## [1.0.1](https://github.com/pansyjs/custom-scrollbar/compare/v1.0.0...v1.0.1) (2024-01-24) + + +### Bug Fixes + +* 代码优化 ([9512cb3](https://github.com/pansyjs/custom-scrollbar/commit/9512cb3eee472b66982499ec2960e2e7b3f4ba37)) diff --git a/package.json b/package.json index 92f79ec..d4d6012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/custom-scrollbar-react", - "version": "0.0.8", + "version": "1.0.1", "description": "自定义滚动条组件", "main": "lib/index.js", "types": "es/index.d.ts",