Skip to content

Commit 67d344a

Browse files
author
github-actions
committed
v5.0.9
1 parent 9f9fbdc commit 67d344a

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.9](https://github.com/researchgate/spire/compare/v5.0.8...v5.0.9) (2022-11-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update semantic-release monorepo ([#180](https://github.com/researchgate/spire/issues/180)) ([9f9fbdc](https://github.com/researchgate/spire/commit/9f9fbdcd100458bb406cd7038d93a82ce5b4277f))
12+
13+
14+
15+
16+
617
## [5.0.8](https://github.com/researchgate/spire/compare/v5.0.7...v5.0.8) (2022-11-11)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"useWorkspaces": true,
33
"npmClient": "yarn",
4-
"version": "5.0.8",
4+
"version": "5.0.9",
55
"ignoreChanges": [
66
"**/*.md"
77
]

packages/spire-plugin-semantic-release/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.9](https://github.com/researchgate/spire/compare/v5.0.8...v5.0.9) (2022-11-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update semantic-release monorepo ([#180](https://github.com/researchgate/spire/issues/180)) ([9f9fbdc](https://github.com/researchgate/spire/commit/9f9fbdcd100458bb406cd7038d93a82ce5b4277f))
12+
13+
14+
15+
16+
617
## [5.0.5](https://github.com/researchgate/spire/compare/v5.0.4...v5.0.5) (2022-11-11)
718

819

packages/spire-plugin-semantic-release/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spire-plugin-semantic-release",
3-
"version": "5.0.5",
3+
"version": "5.0.9",
44
"description": "semantic-release plugin for Spire",
55
"main": "index.js",
66
"repository": "researchgate/spire",

0 commit comments

Comments
 (0)