Skip to content

Commit f2d9c7c

Browse files
chore(main): release 1.7.0
1 parent 14fae72 commit f2d9c7c

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/nodejs/caritat/compare/v1.6.0...v1.7.0) (2025-06-21)
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:** pass `--no-verify` flag to `git commit` ([#71](https://github.com/nodejs/caritat/issues/71)) ([14fae72](https://github.com/nodejs/caritat/commit/14fae72fbb80e488f5013958e87bf4e8ec7cb2cf))
10+
* **web-ui:** add optional ballot text summary ([#56](https://github.com/nodejs/caritat/issues/56)) ([2296c34](https://github.com/nodejs/caritat/commit/2296c34e06c3c1fb8b812259b6bfc6806e9d3a66))
11+
12+
13+
### Bug Fixes
14+
15+
* **web-ui:** shuffling candidates with line returns ([#57](https://github.com/nodejs/caritat/issues/57)) ([0dc81c9](https://github.com/nodejs/caritat/commit/0dc81c994010169f9f15ea5132ebfe42657aa9c8))
16+
317
## [1.6.0](https://github.com/nodejs/caritat/compare/v1.5.0...v1.6.0) (2024-06-26)
418

519

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)