Skip to content

Commit 623698b

Browse files
chore(main): release 1.2.0 (#16)
1 parent 648b10a commit 623698b

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/nodejs/caritat/compare/v1.1.1...v1.2.0) (2023-09-03)
4+
5+
6+
### Features
7+
8+
* **core:** expose private key as an armored string ([aa7a6ec](https://github.com/nodejs/caritat/commit/aa7a6ec9d3dea44576d66a6221eafa5e351c83db))
9+
10+
11+
### Bug Fixes
12+
13+
* **cli:** output the private key as armored string in vote summary ([648b10a](https://github.com/nodejs/caritat/commit/648b10a46ef72d6b5680d8cb3648f8b448305bd1))
14+
315
## [1.1.1](https://github.com/nodejs/caritat/compare/v1.1.0...v1.1.1) (2023-08-14)
416

517

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.0.0-rc.45+sha224.54f0a052d2349fb4ea87e32dfc16e12c5a6fae38c6bf3aa249501c80",
5-
"version": "1.1.1",
5+
"version": "1.2.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.1.1",
4+
"version": "1.2.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.1.1",
4+
"version": "1.2.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.1.1",
4+
"version": "1.2.0",
55
"x-release-please-end": null,
66
"files": [
77
"dist/"

0 commit comments

Comments
 (0)