From 5cd28ca0774b9bf8fa420379cb5e0af0710e7062 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 5 Jul 2022 18:51:46 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/files@1.6.0 --- packages/files/CHANGELOG.md | 6 ++++++ packages/files/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/files/CHANGELOG.md b/packages/files/CHANGELOG.md index 527f5c976..6618c887b 100644 --- a/packages/files/CHANGELOG.md +++ b/packages/files/CHANGELOG.md @@ -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.6.0 (2022-07-05) + +### Features + +* add files package ([1cd8a47](https://github.com/standardnotes/app/commit/1cd8a47fa4301b1078bdf357d81c40a5c3c3a25c)) + ## [1.4.1](https://github.com/standardnotes/snjs/compare/@standardnotes/files@1.4.0...@standardnotes/files@1.4.1) (2022-07-05) **Note:** Version bump only for package @standardnotes/files diff --git a/packages/files/package.json b/packages/files/package.json index c61b1865f..3cc850f5c 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/files", - "version": "1.5.0", + "version": "1.6.0", "engines": { "node": ">=16.0.0 <17.0.0" },