Skip to content

Commit 9eb3a38

Browse files
chore(main): release 1.3.1 (#24)
1 parent df3fade commit 9eb3a38

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

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.3.1](https://github.com/nodejs/caritat/compare/v1.3.0...v1.3.1) (2024-04-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **chore:** run `$EDITOR` within a shell ([#23](https://github.com/nodejs/caritat/issues/23)) ([df3fade](https://github.com/nodejs/caritat/commit/df3fade69edafb7c34ec5f3709c8769a89401c62))
9+
310
## [1.3.0](https://github.com/nodejs/caritat/compare/v1.2.1...v1.3.0) (2023-11-10)
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.0.0-rc.45+sha224.54f0a052d2349fb4ea87e32dfc16e12c5a6fae38c6bf3aa249501c80",
5-
"version": "1.3.0",
5+
"version": "1.3.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.3.0",
4+
"version": "1.3.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.3.0",
4+
"version": "1.3.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.3.0",
4+
"version": "1.3.1",
55
"x-release-please-end": null,
66
"files": [
77
"dist/"

0 commit comments

Comments
 (0)