From 56efd2dc993da0e451fc97d09de6d7684aae8c05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 15:53:22 +0200 Subject: [PATCH] Version Packages (#105) Co-authored-by: github-actions[bot] --- .changeset/eight-islands-wait.md | 8 -------- votes/CHANGELOG.md | 11 +++++++++++ votes/package.json | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 .changeset/eight-islands-wait.md diff --git a/.changeset/eight-islands-wait.md b/.changeset/eight-islands-wait.md deleted file mode 100644 index 0413152..0000000 --- a/.changeset/eight-islands-wait.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'votes': minor ---- - -**Fix the LP solver used in Randomized Condorcet and Maximal Lotteries.** - -The methods should still be tested more deeply, but at least they should be less -buggy now. Their warnings and deprecation notices are removed with this release. diff --git a/votes/CHANGELOG.md b/votes/CHANGELOG.md index 9c20044..7f89205 100644 --- a/votes/CHANGELOG.md +++ b/votes/CHANGELOG.md @@ -1,5 +1,16 @@ # votes +## 2.2.0 + +### Minor Changes + +- 1165f3e: **Fix the LP solver used in Randomized Condorcet and Maximal + Lotteries.** + + The methods should still be tested more deeply, but at least they should be + less buggy now. Their warnings and deprecation notices are removed with this + release. + ## 2.1.1 ### Patch Changes diff --git a/votes/package.json b/votes/package.json index 8f3c187..5e81776 100644 --- a/votes/package.json +++ b/votes/package.json @@ -2,7 +2,7 @@ "name": "votes", "main": "dist/index.js", "module": "dist/index.mjs", - "version": "2.1.1", + "version": "2.2.0", "description": "Implementation of some [electoral systems](https://en.wikipedia.org/wiki/Electoral_system)", "keywords": [ "votes",