Skip to content

Commit

Permalink
Merge pull request #323 from paulsouche/paulsouche-patch-1
Browse files Browse the repository at this point in the history
fix(definitions): appendPage optionnal parameter
  • Loading branch information
julianhille authored Aug 30, 2023
2 parents 1dd63ca + ed17cbf commit 76b9789
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- definitions: appendPage optionnal parameter

## [4.0.0] - 2023-07-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion muhammara.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ declare module "muhammara" {
options?: Recipe.AnnotOptions
): Recipe;

appendPage(pdfSrc: string, pages: number | number[]): Recipe;
appendPage(pdfSrc: string, pages?: number | number[]): Recipe;

encrypt(options: Recipe.EncryptOptions): Recipe;

Expand Down

0 comments on commit 76b9789

Please sign in to comment.