Skip to content

Commit

Permalink
Prepare for v9.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Mar 29, 2023
1 parent e74067d commit 3de825f
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 95 deletions.
1 change: 1 addition & 0 deletions dist/interfaces/download_file_params.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ export interface DownloadFileParams {
java_properties_separator?: string;
bundle_description?: string;
filter_task_id?: number;
compact?: boolean;
}
export {};
9 changes: 9 additions & 0 deletions docs/additional_info/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 9.8.0 (29-Mar-2023)

* Added `compact` attribute to `FileDownloadParams` interface
* Do not mutate params (thanks, @vlinder)

## 8.5.0 (29-Mar-2023)

* Added `compact` attribute to `FileDownloadParams` interface

## 9.7.0 (16-Mar-2023)

* Use TypeScript 5
Expand Down
Loading

0 comments on commit 3de825f

Please sign in to comment.