From be87d314bc7e67ab76cf838be98c076748547353 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 23 Aug 2022 17:47:36 +0000 Subject: [PATCH] chore(release): v0.12.0 [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 e5431b42..af03ac02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.12.0](https://github.com/thecyberworld/thecyberhub.org/compare/v0.11.3...v0.12.0) (2022-08-23) + + +### Features + +* Quiz app ([#91](https://github.com/thecyberworld/thecyberhub.org/issues/91)) ([545f3f0](https://github.com/thecyberworld/thecyberhub.org/commit/545f3f0cb9bd8729a06d3702b43dba7265d76ff6)) + + + ## [0.11.3](https://github.com/thecyberworld/thecyberhub.org/compare/v0.11.2...v0.11.3) (2022-08-23) @@ -34,12 +43,3 @@ -# [0.10.0](https://github.com/thecyberworld/thecyberhub.org/compare/v0.9.0...v0.10.0) (2022-08-17) - - -### Features - -* Cyber news ([#85](https://github.com/thecyberworld/thecyberhub.org/issues/85)) ([1716146](https://github.com/thecyberworld/thecyberhub.org/commit/1716146b5bed7e1ae88f14ddcf16b4f439c58af3)) - - - diff --git a/package-lock.json b/package-lock.json index 8ab11aae..49fc0984 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thecyberhub.org", - "version": "0.11.3", + "version": "0.12.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 429fe604..a203122a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "homepage": "https://thecyberhub.org/", "name": "thecyberhub.org", "private": true, - "version": "0.11.3", + "version": "0.12.0", "scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d dist",