Skip to content

Commit 13e0765

Browse files
chore(release): version packages on main branch
1 parent 701b93c commit 13e0765

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/purple-rabbits-roll.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## @janus-idp/cli 1.0.0 (2024-08-06)
22

3+
## 3.6.1
4+
5+
### Patch Changes
6+
7+
- 701b93c: This change updates the CLI to cater for the way modules are handled by `require` in node v20.19.0, which fixes an error that can be thrown by the CLI when an es6 or typescript module is picked up by `require`.
8+
39
## 3.6.0
410

511
### Minor Changes

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": "@janus-idp/cli",
33
"description": "CLI for developing Backstage plugins and apps",
4-
"version": "3.6.0",
4+
"version": "3.6.1",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)