Skip to content

Commit 0bac1df

Browse files
chore(main): release 1.7.0
1 parent eff8188 commit 0bac1df

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.0"
2+
".": "1.7.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/nodejs/caritat/compare/v1.6.0...v1.7.0) (2025-08-12)
4+
5+
6+
### Features
7+
8+
* **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))
9+
* **core:** give feedback on invalid ballot ([#72](https://github.com/nodejs/caritat/issues/72)) ([c600389](https://github.com/nodejs/caritat/commit/c60038967a336f8961b047abfd3abe6862da3c7b))
10+
* **core:** pass `--no-verify` flag to `git commit` ([#71](https://github.com/nodejs/caritat/issues/71)) ([14fae72](https://github.com/nodejs/caritat/commit/14fae72fbb80e488f5013958e87bf4e8ec7cb2cf))
11+
* **core:** refuse to open vote impossible to decrypt ([#76](https://github.com/nodejs/caritat/issues/76)) ([e87c5b8](https://github.com/nodejs/caritat/commit/e87c5b86ec75386a49844cc7fd0defecc8cdba41))
12+
* **web-ui:** add optional ballot text summary ([#56](https://github.com/nodejs/caritat/issues/56)) ([2296c34](https://github.com/nodejs/caritat/commit/2296c34e06c3c1fb8b812259b6bfc6806e9d3a66))
13+
14+
15+
### Bug Fixes
16+
17+
* **web-ui:** shuffling candidates with line returns ([#57](https://github.com/nodejs/caritat/issues/57)) ([0dc81c9](https://github.com/nodejs/caritat/commit/0dc81c994010169f9f15ea5132ebfe42657aa9c8))
18+
319
## [1.6.0](https://github.com/nodejs/caritat/compare/v1.5.0...v1.6.0) (2024-06-26)
420

521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "caritat",
33
"private": true,
44
"packageManager": "yarn@4.9.2+sha224.b8e0b161ae590950fbda696e6f3ca071362768e5280c5fbfdadf064b",
5-
"version": "1.6.0",
5+
"version": "1.7.0",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@node-core/caritat-cli",
33
"x-release-please-start-version": null,
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"x-release-please-end": null,
66
"files": [
77
"dist/"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@node-core/caritat",
33
"x-release-please-start-version": null,
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"x-release-please-end": null,
66
"files": [
77
"dist/"

packages/crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@node-core/caritat-crypto",
33
"x-release-please-start-version": null,
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"x-release-please-end": null,
66
"files": [
77
"dist/"

0 commit comments

Comments
 (0)