StandardNotes CI
2022-10-25 13:00:00 +00:00
parent ee7f11c933
commit 3b1892ed5a
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.144.0](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.143.3...@standardnotes/snjs@2.144.0) (2022-10-25)
### Features
* per-tag display preferences ([#1868](https://github.com/standardnotes/app/issues/1868)) ([ee7f11c](https://github.com/standardnotes/app/commit/ee7f11c933285234b20fa2d5db4fcf0d6a5dce9d))
## [2.143.3](https://github.com/standardnotes/app/compare/@standardnotes/snjs@2.143.2...@standardnotes/snjs@2.143.3) (2022-10-24)
**Note:** Version bump only for package @standardnotes/snjs

View File

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