Skip to content

Commit

Permalink
Version Packages (#577)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
3 people committed Jan 10, 2024
1 parent bd8c9f8 commit c2b11b3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-colts-roll.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tufjs/cli

## 0.2.1

### Patch Changes

- Updated dependencies [d7c2600]
- tuf-js@2.2.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tufjs/cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "CLI for interacting with TUF repositories",
"author": "bdehamer@github.com",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@oclif/core": "^3",
"@oclif/plugin-help": "^6",
"make-fetch-happen": "^13.0.0",
"tuf-js": "2.1.0"
"tuf-js": "2.2.0"
},
"devDependencies": {
"@types/make-fetch-happen": "^10.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tuf-js

## 2.2.0

### Minor Changes

- d7c2600: Adds a new `forceCache` option to the `Updater`

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tuf-js",
"version": "2.1.0",
"version": "2.2.0",
"description": "JavaScript implementation of The Update Framework (TUF)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c2b11b3

Please sign in to comment.