From 67d344a2d647187ff5466eaa4beeea0478763d94 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 11 Nov 2022 17:53:44 +0000 Subject: [PATCH] v5.0.9 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/spire-plugin-semantic-release/CHANGELOG.md | 11 +++++++++++ packages/spire-plugin-semantic-release/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa4074..b5688ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.9](https://github.com/researchgate/spire/compare/v5.0.8...v5.0.9) (2022-11-11) + + +### Bug Fixes + +* **deps:** update semantic-release monorepo ([#180](https://github.com/researchgate/spire/issues/180)) ([9f9fbdc](https://github.com/researchgate/spire/commit/9f9fbdcd100458bb406cd7038d93a82ce5b4277f)) + + + + + ## [5.0.8](https://github.com/researchgate/spire/compare/v5.0.7...v5.0.8) (2022-11-11) diff --git a/lerna.json b/lerna.json index 5d977e4..3d7ee40 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "useWorkspaces": true, "npmClient": "yarn", - "version": "5.0.8", + "version": "5.0.9", "ignoreChanges": [ "**/*.md" ] diff --git a/packages/spire-plugin-semantic-release/CHANGELOG.md b/packages/spire-plugin-semantic-release/CHANGELOG.md index bf1e79a..a65e9b1 100644 --- a/packages/spire-plugin-semantic-release/CHANGELOG.md +++ b/packages/spire-plugin-semantic-release/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.9](https://github.com/researchgate/spire/compare/v5.0.8...v5.0.9) (2022-11-11) + + +### Bug Fixes + +* **deps:** update semantic-release monorepo ([#180](https://github.com/researchgate/spire/issues/180)) ([9f9fbdc](https://github.com/researchgate/spire/commit/9f9fbdcd100458bb406cd7038d93a82ce5b4277f)) + + + + + ## [5.0.5](https://github.com/researchgate/spire/compare/v5.0.4...v5.0.5) (2022-11-11) diff --git a/packages/spire-plugin-semantic-release/package.json b/packages/spire-plugin-semantic-release/package.json index 47cfab9..90d37d7 100644 --- a/packages/spire-plugin-semantic-release/package.json +++ b/packages/spire-plugin-semantic-release/package.json @@ -1,6 +1,6 @@ { "name": "spire-plugin-semantic-release", - "version": "5.0.5", + "version": "5.0.9", "description": "semantic-release plugin for Spire", "main": "index.js", "repository": "researchgate/spire",