chore(release): publish

- @standardnotes/api@1.4.1
This commit is contained in:
StandardNotes CI 2022-07-06 11:47:54 +00:00
parent bc666aa983
commit 321a055bae
No known key found for this signature in database
GPG key ID: 2D9915D52FD9CAD9
2 changed files with 7 additions and 1 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.4.1](https://github.com/standardnotes/app/compare/@standardnotes/api@1.4.0...@standardnotes/api@1.4.1) (2022-07-06)
### Bug Fixes
* add missing utils dependency on api ([bc666aa](https://github.com/standardnotes/app/commit/bc666aa98301ece42e259be2ed60b9201665988f))
# 1.4.0 (2022-07-06)
### Features

View file

@ -1,6 +1,6 @@
{
"name": "@standardnotes/api",
"version": "1.4.0",
"version": "1.4.1",
"engines": {
"node": ">=16.0.0 <17.0.0"
},