Skip to content

Commit 376fd8e

Browse files
chore(main): release 1.6.0 (#47)
1 parent 4fcce30 commit 376fd8e

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-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.5.0"
2+
".": "1.6.0"
33
}

CHANGELOG.md

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

3+
## [1.6.0](https://github.com/nodejs/caritat/compare/v1.5.0...v1.6.0) (2024-06-26)
4+
5+
6+
### Features
7+
8+
* **core:** add `missingVoices` property to vote result ([#43](https://github.com/nodejs/caritat/issues/43)) ([dac0a32](https://github.com/nodejs/caritat/commit/dac0a324f29f6c069d4fcfed172f83ea12233087))
9+
10+
11+
### Bug Fixes
12+
13+
* **core:** do not assume cwd is on top of the vote branch ([#46](https://github.com/nodejs/caritat/issues/46)) ([ed00bfd](https://github.com/nodejs/caritat/commit/ed00bfddc3776cf235fed80669c429e8a3aebfe9))
14+
* **core:** do not crash the vote count in case of invalid ballot ([#45](https://github.com/nodejs/caritat/issues/45)) ([4fcce30](https://github.com/nodejs/caritat/commit/4fcce30cd050e4ba2f27e86f21ed7dda2ae56f78))
15+
316
## [1.5.0](https://github.com/nodejs/caritat/compare/v1.4.1...v1.5.0) (2024-06-07)
417

518

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.3.1+sha224.934d21773e22af4b69a7032a2d3b4cb38c1f7c019624777cc9916b23",
5-
"version": "1.5.0",
5+
"version": "1.6.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.5.0",
4+
"version": "1.6.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.5.0",
4+
"version": "1.6.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.5.0",
4+
"version": "1.6.0",
55
"x-release-please-end": null,
66
"files": [
77
"dist/"

0 commit comments

Comments
 (0)