StandardNotes CI
2022-10-19 20:15:08 +00:00
parent 4030953b00
commit 0282a7958a
24 changed files with 68 additions and 12 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.34.1](https://github.com/standardnotes/app/compare/@standardnotes/services@1.34.0...@standardnotes/services@1.34.1) (2022-10-19)
### Bug Fixes
* issue with not being able to unlink a file from a note ([#1836](https://github.com/standardnotes/app/issues/1836)) ([4030953](https://github.com/standardnotes/app/commit/4030953b00ad609dc2b0f5b66cfd971d449f6121))
# [1.34.0](https://github.com/standardnotes/app/compare/@standardnotes/services@1.33.1...@standardnotes/services@1.34.0) (2022-10-18)
### Features

View File

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