StandardNotes CI
2023-10-30 20:34:09 +00:00
parent 991de1ddf5
commit 941eeea4e3
27 changed files with 89 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.33.0](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.32.7...@standardnotes/ui-services@1.33.0) (2023-10-30)
### Features
* When exporting a Super note, embedded files can be inlined in the note or exported along the note in a zip file. You can now also choose to include frontmatter when exporting to Markdown format. ([991de1d](https://github.com/standardnotes/app/commit/991de1ddf5dbb1016348d603d244699c676d9b5f)), closes [#2610](https://github.com/standardnotes/app/issues/2610)
## [1.32.7](https://github.com/standardnotes/app/compare/@standardnotes/ui-services@1.32.6...@standardnotes/ui-services@1.32.7) (2023-10-26)
**Note:** Version bump only for package @standardnotes/ui-services

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/ui-services",
"version": "1.32.7",
"version": "1.33.0",
"engines": {
"node": ">=16.0.0 <17.0.0"
},