Skip to content

Commit c5ca967

Browse files
chore(main): release 1.6.1
1 parent f0e9669 commit c5ca967

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-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.6.1"
33
}

CHANGELOG.md

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

3+
## [1.6.1](https://github.com/nodejs/caritat/compare/v1.6.0...v1.6.1) (2025-06-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **web-ui:** shuffling candidates with line returns ([#57](https://github.com/nodejs/caritat/issues/57)) ([0dc81c9](https://github.com/nodejs/caritat/commit/0dc81c994010169f9f15ea5132ebfe42657aa9c8))
9+
310
## [1.6.0](https://github.com/nodejs/caritat/compare/v1.5.0...v1.6.0) (2024-06-26)
411

512

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.6.0",
5+
"version": "1.6.1",
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.6.1",
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.6.1",
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.6.1",
55
"x-release-please-end": null,
66
"files": [
77
"dist/"

0 commit comments

Comments
 (0)