From c794c6aff77de5d712e64696f91069f0d854ee2b Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 8 Oct 2022 18:27:39 +0000 Subject: [PATCH] chore(release): v0.15.6 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdcd1c8d..09ca13e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.15.6](https://github.com/thecyberworld/thecyberhub.org/compare/v0.15.5...v0.15.6) (2022-10-08) + + +### Bug Fixes + +* Remove extra space ([#157](https://github.com/thecyberworld/thecyberhub.org/issues/157)) ([3592d52](https://github.com/thecyberworld/thecyberhub.org/commit/3592d522b2ce0456d03149981c76e1ce686ea90d)) + + + ## [0.15.5](https://github.com/thecyberworld/thecyberhub.org/compare/v0.15.4...v0.15.5) (2022-10-07) @@ -34,12 +43,3 @@ -## [0.15.1](https://github.com/thecyberworld/thecyberhub.org/compare/v0.15.0...v0.15.1) (2022-10-05) - - -### Bug Fixes - -* homepage design ([#125](https://github.com/thecyberworld/thecyberhub.org/issues/125)) ([3323b87](https://github.com/thecyberworld/thecyberhub.org/commit/3323b87c80fcd80166713bbb74c03dffec06029d)) - - - diff --git a/package-lock.json b/package-lock.json index 8fe73e4e..b5b61b62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thecyberhub.org", - "version": "0.15.5", + "version": "0.15.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3165ac22..bccb6223 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "homepage": "https://thecyberhub.org/", "name": "thecyberhub.org", "private": true, - "version": "0.15.5", + "version": "0.15.6", "scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d dist",