Browse Source

chore: update CHANGELOG

vsme 9 months ago
parent
commit
079a2ff748
2 changed files with 6 additions and 2 deletions
  1. 5 1
      CHANGELOG.md
  2. 1 1
      package.json

+ 5 - 1
CHANGELOG.md

@@ -1,4 +1,8 @@
-# CHANGELOG
+# CHANGELOG\
+
+## [1.3.2](https://github.com/vsme/chinese-days) (2024-11-05)
+
+- 修复 `getLunarDate` 阴历闰月的第一天月份错误
 
 ## [1.3.1](https://github.com/vsme/chinese-days) (2024-06-15)
 

+ 1 - 1
package.json

@@ -8,7 +8,7 @@
   "type": "commonjs",
   "repository": {
     "type": "git",
-    "url": "https://github.com/vsme/chinese-days"
+    "url": "git+https://github.com/vsme/chinese-days.git"
   },
   "files": [
     "dist/*",