Skip to content

Commit 55ca08b

Browse files
Version Packages (#979)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fdfc27e commit 55ca08b

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/spotty-boats-stop.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [21627a2]
8+
- tuf-js@5.0.1
9+
310
## 0.5.0
411

512
### Minor Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tufjs/cli",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "CLI for interacting with TUF repositories",
55
"author": "bdehamer@github.com",
66
"license": "MIT",
@@ -43,7 +43,7 @@
4343
"@oclif/color": "^1.0.13",
4444
"@oclif/core": "^4",
4545
"@oclif/plugin-help": "^6",
46-
"tuf-js": "5.0.0"
46+
"tuf-js": "5.0.1"
4747
},
4848
"devDependencies": {
4949
"oclif": "^4.22.96",

packages/client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# tuf-js
22

3+
## 5.0.1
4+
5+
### Patch Changes
6+
7+
- 21627a2: Include original error when throwing new error
8+
39
## 5.0.0
410

511
### Major Changes

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tuf-js",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "JavaScript implementation of The Update Framework (TUF)",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)