From ef6e97159253b7929823a91d41234ac88247b05b Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 28 Dec 2022 07:47:42 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/docs@0.2.5 --- packages/docs/CHANGELOG.md | 6 ++++++ packages/docs/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 7534bcb7c..f98cee140 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/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. +## [0.2.5](https://github.com/standardnotes/app/compare/@standardnotes/docs@0.2.4...@standardnotes/docs@0.2.5) (2022-12-28) + +### Bug Fixes + +* **docs:** update self-hosted instructions ([1c48dd1](https://github.com/standardnotes/app/commit/1c48dd135ced93832495fdd89b2940635f04205a)) + ## [0.2.4](https://github.com/standardnotes/app/compare/@standardnotes/docs@0.2.3...@standardnotes/docs@0.2.4) (2022-12-19) **Note:** Version bump only for package @standardnotes/docs diff --git a/packages/docs/package.json b/packages/docs/package.json index ae5b09306..429dffdc7 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/docs", - "version": "0.2.4", + "version": "0.2.5", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true,