StandardNotes CI
2022-11-02 16:33:43 +00:00
parent dd821c95e6
commit f3e2d80b44
24 changed files with 64 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.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.33.0...@standardnotes/models@1.34.0) (2022-11-02)
### Features
* dedicated files layout ([#1928](https://github.com/standardnotes/app/issues/1928)) ([dd821c9](https://github.com/standardnotes/app/commit/dd821c95e61c8cd82317ad9fb3788daff7241942))
# [1.33.0](https://github.com/standardnotes/app/compare/@standardnotes/models@1.32.0...@standardnotes/models@1.33.0) (2022-11-02)
### Features

View File

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