Skip to content

Commit 05551d9

Browse files
Updated changelog and version for release v2.0.0-trivir.0
1 parent ee7bdcb commit 05551d9

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.0-trivir.0] - 2023-07-06
11+
1012
## [2.0.0-10] - 2023-07-05
1113

1214
## [2.0.0-9] - 2023-07-05
@@ -1323,7 +1325,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13231325
- Fixed problem with adding connection profiles
13241326
- Miscellaneous bug fixes
13251327

1326-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-10...HEAD
1328+
[Unreleased]: https://github.com/trivir/frodo-cli/compare/v2.0.0-trivir.0...HEAD
1329+
1330+
[2.0.0-trivir.0]: https://github.com/trivir/frodo-cli/compare/v2.0.0-10...v2.0.0-trivir.0
13271331

13281332
[2.0.0-10]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-9...v2.0.0-10
13291333

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trivir/frodo-cli",
3-
"version": "2.0.0-10",
3+
"version": "2.0.0-trivir.0",
44
"type": "module",
55
"description": "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
66
"keywords": [
@@ -103,7 +103,7 @@
103103
]
104104
},
105105
"dependencies": {
106-
"@rockcarver/frodo-lib": "2.0.0-12",
106+
"@trivir/frodo-lib": "^2.0.0-trivir.0",
107107
"chokidar": "^3.5.3",
108108
"cli-progress": "^3.11.2",
109109
"cli-table3": "^0.6.3",

0 commit comments

Comments
 (0)