Skip to content

Commit

Permalink
chore(release): 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjone committed Jul 5, 2023
1 parent 59cdf1a commit a5733e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.1.1](https://github.com/xpyjs/gantt/compare/v2.1.0...v2.1.1) (2023-07-05)


### Bug Fixes

* **日期:** 🐛 修复日期在特定情况下表头异常错位 ([89d5730](https://github.com/xpyjs/gantt/commit/89d57307820fb0b660d7cdbc98a94a2a24df6135)), closes [#53](https://github.com/xpyjs/gantt/issues/53)
* **i18n:** 🐛 dayjs 切换语言不更新 ([7f9b1cb](https://github.com/xpyjs/gantt/commit/7f9b1cbaaf330d29b306acb697029007e4359f31)), closes [#54](https://github.com/xpyjs/gantt/issues/54)

## [2.1.0](https://github.com/xpyjs/gantt/compare/v2.0.5...v2.1.0) (2023-06-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "jeremyjone",
"license": "MIT",
"private": false,
"version": "2.1.0",
"version": "2.1.1",
"preview": false,
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit a5733e4

Please sign in to comment.