Skip to content

Commit 2b5890b

Browse files
author
ashariyar
committed
Bump package.json version to v0.66.0
1 parent 58025cb commit 2b5890b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# NEXT RELEASE
2+
3+
# v0.66.0
24
* Add an `AuthorFollowerScorer`
35
* Fix bug where `DiversityFeedScorer` was penalizing new toots with trending tags more than old toots with trending tags
46
* Flip default sign on scores returned by penalty scorers: they now just return positive values like other scorers, but the default weights sign is flipped to negative
7+
* Add a `TOTAL_CHAOS` weight preset
58
* Rename `Toot` object's `realAccount()` to `author()`
69
* Add a `withRetoot()` method to `Toot`
710

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fedialgo",
3-
"version": "0.65.2",
3+
"version": "0.66.0",
44
"description": "Fedialgo is a package for sorting Mastodon Posts in your timeline according to a user controlled algorithm",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)