StandardNotes CI
2024-01-27 11:16:18 +00:00
parent 70ec1f1b54
commit dc22101a7c
27 changed files with 98 additions and 13 deletions

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.20.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.19.0...@standardnotes/files@1.20.0) (2024-01-27)
### Features
* Added "Page size" option when exporting Super notes as PDF ([853fab5](https://github.com/standardnotes/app/commit/853fab53ab37567acc23d2f1c5bf8c8d0c4a573b))
# [1.19.0](https://github.com/standardnotes/app/compare/@standardnotes/files@1.18.10...@standardnotes/files@1.19.0) (2024-01-24)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/files",
"version": "1.19.0",
"version": "1.20.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},