Skip to content

Commit

Permalink
chore(release): 0.12.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 20, 2023
1 parent 6457f47 commit ee19af1
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
@@ -1,3 +1,11 @@
## [0.12.5](https://github.com/XYShaoKang/refined-leetcode/compare/v0.12.4...v0.12.5) (2023-03-20)


### Bug Fixes

* **ranking:** 对于相同分数相同时间的选手,按照相同排名处理 ([797f22c](https://github.com/XYShaoKang/refined-leetcode/commit/797f22c12fb4a650157d44bab9c3a61ac285d91e))
* **ranking:** 预处理 erank 提升性能,并使用 FFT 来优化预处理的性能 ([4ad361a](https://github.com/XYShaoKang/refined-leetcode/commit/4ad361adc2a54785cccec7d00fe6436bdbe70e48))

## [0.12.4](https://github.com/XYShaoKang/refined-leetcode/compare/v0.12.3...v0.12.4) (2023-03-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "refined-leetcode",
"version": "0.12.4",
"version": "0.12.5",
"main": "index.js",
"author": "XYShaoKang",
"license": "MIT",
Expand Down

0 comments on commit ee19af1

Please sign in to comment.