From 4798f18c5143e8b47cf96254b6a260494c0536a3 Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Sun, 15 Oct 2023 02:59:17 +0000 Subject: [PATCH] chore(release): publish - monorepo-docs@1.1.1 --- docs/repo/CHANGELOG.md | 6 ++++++ docs/repo/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/repo/CHANGELOG.md b/docs/repo/CHANGELOG.md index 7e6553e1..98e49b8b 100644 --- a/docs/repo/CHANGELOG.md +++ b/docs/repo/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.1.1](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/monorepo-docs@1.1.0...monorepo-docs@1.1.1) (2023-10-15) + +### Bug Fixes + +* **repo:** minor doc updates ([31fbb97](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/31fbb976dbc77828b9bc16b8bf042ac1e2473df8)) - by @waldronmatt + ## [1.1.0](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/monorepo-docs@1.0.2...monorepo-docs@1.1.0) (2023-10-15) ### Features diff --git a/docs/repo/package.json b/docs/repo/package.json index cac2f94f..f52f4c9f 100644 --- a/docs/repo/package.json +++ b/docs/repo/package.json @@ -1,6 +1,6 @@ { "name": "monorepo-docs", - "version": "1.1.0", + "version": "1.1.1", "private": true, "license": "MIT" }