Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pdf: add CHANGELOG file and increase version for release
  • Loading branch information
madmas committed Sep 4, 2025
commit 0a9cf82715844db6160d2bd5aa48fb1f52bcad9c
9 changes: 9 additions & 0 deletions packages/pdf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

## 2.1.0 (2025-09-xx)

Upgrade Android libraries to fix 16KB alignment enforced by Google.

### ❤️ Thank You

- Hackergarten Dortmund Sept. 4th, 2025
- Markus Schlichting
2 changes: 1 addition & 1 deletion packages/pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/pdf",
"version": "2.0.0",
"version": "2.1.0",
"description": "A NativeScript plugin to display PDF files on iOS and Android",
"main": "index",
"typings": "index.d.ts",
Expand Down