Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.0"
".": "1.7.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.7.0](https://github.com/nodejs/caritat/compare/v1.6.0...v1.7.0) (2026-04-28)


### Features

* **chore:** add option to strip additional lines in summary ([#59](https://github.com/nodejs/caritat/issues/59)) ([3535a04](https://github.com/nodejs/caritat/commit/3535a043da9d22b776dbb2160e5d5a06ee2f5269))
* **core:** give feedback on invalid ballot ([#72](https://github.com/nodejs/caritat/issues/72)) ([c600389](https://github.com/nodejs/caritat/commit/c60038967a336f8961b047abfd3abe6862da3c7b))
* **core:** pass `--no-verify` flag to `git commit` ([#71](https://github.com/nodejs/caritat/issues/71)) ([14fae72](https://github.com/nodejs/caritat/commit/14fae72fbb80e488f5013958e87bf4e8ec7cb2cf))
* **core:** refuse to open vote impossible to decrypt ([#76](https://github.com/nodejs/caritat/issues/76)) ([e87c5b8](https://github.com/nodejs/caritat/commit/e87c5b86ec75386a49844cc7fd0defecc8cdba41))
* **web-ui:** add invalidity reason alongside ballot summary ([#74](https://github.com/nodejs/caritat/issues/74)) ([fdfe7b2](https://github.com/nodejs/caritat/commit/fdfe7b2961aeb4b0d59f04de2e542175bccbc052))
* **web-ui:** add optional ballot text summary ([#56](https://github.com/nodejs/caritat/issues/56)) ([2296c34](https://github.com/nodejs/caritat/commit/2296c34e06c3c1fb8b812259b6bfc6806e9d3a66))


### Bug Fixes

* **crypto:** improve handling of a share key being passed twice ([#75](https://github.com/nodejs/caritat/issues/75)) ([f571a24](https://github.com/nodejs/caritat/commit/f571a24ba6c9265df84e5d1bcc16c0b6d6b9cc7d))
* **web-ui:** shuffling candidates with line returns ([#57](https://github.com/nodejs/caritat/issues/57)) ([0dc81c9](https://github.com/nodejs/caritat/commit/0dc81c994010169f9f15ea5132ebfe42657aa9c8))

## [1.6.0](https://github.com/nodejs/caritat/compare/v1.5.0...v1.6.0) (2024-06-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "caritat",
"private": true,
"packageManager": "yarn@4.14.1+sha224.88b7a7244bbd9040380c417f7eb556d85c67640b651f113cb4c72113",
"version": "1.6.0",
"version": "1.7.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-core/caritat-cli",
"x-release-please-start-version": null,
"version": "1.6.0",
"version": "1.7.0",
"x-release-please-end": null,
"files": [
"dist/"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-core/caritat",
"x-release-please-start-version": null,
"version": "1.6.0",
"version": "1.7.0",
"x-release-please-end": null,
"files": [
"dist/"
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@node-core/caritat-crypto",
"x-release-please-start-version": null,
"version": "1.6.0",
"version": "1.7.0",
"x-release-please-end": null,
"files": [
"dist/"
Expand Down