@@ -1,5 +1,12 @@
# CHANGELOG
+## [1.2.0](https://github.com/vsme/chinese-days) (2024-05-23)
+
+### 特性
+- 项目目录重构,代码逻辑更加清晰;
+- 打包大小有所增加,为: 19.84 kB,gzip 压缩减小: 6.60 kB。
## [1.1.0](https://github.com/vsme/chinese-days) (2024-05-23)
### 特性
@@ -1,12 +1,12 @@
{
"name": "chinese-days",
- "version": "1.1.0",
+ "version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.12",
@@ -1,6 +1,6 @@
"description": "中国节假日、调休日、工作日、24节气查询,农历阳历互转,支持 TS、CommonJS、UMD 模块化使用。",
"main": "dist/index.min.js",
"module": "dist/index.es.js",