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.
## [2.142.1](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.142.0...@standardnotes/snjs@2.142.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))
# [2.142.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.141.1...@standardnotes/snjs@2.142.0) (2022-10-18)
### Features

View File

@@ -1,6 +1,6 @@
{
"name": "@standardnotes/snjs",
"version": "2.142.0",
"version": "2.142.1",
"engines": {
"node": ">=16.0.0 <17.0.0"
},