From 5a40b4f4c071cf38ad0328ad25a8a089ec12a79e Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 30 Jul 2022 15:59:16 +0000 Subject: [PATCH] chore(release): v0.4.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 533f1dd2..5a1dee11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.4.0](https://github.com/thecyberworld/thecyberhub.org/compare/v0.3.0...v0.4.0) (2022-07-30) + + +### Features + +* write-up ([706a0f3](https://github.com/thecyberworld/thecyberhub.org/commit/706a0f3ccde69dbdf2e465e5b232cb6f92fddf39)) + + + # [0.3.0](https://github.com/thecyberworld/thecyberhub.org/compare/v0.2.3...v0.3.0) (2022-07-27) @@ -34,12 +43,3 @@ -# [0.2.0](https://github.com/thecyberworld/thecyberhub.org/compare/v0.1.1...v0.2.0) (2022-07-25) - - -### Features - -* courses ([#64](https://github.com/thecyberworld/thecyberhub.org/issues/64)) ([e31c62e](https://github.com/thecyberworld/thecyberhub.org/commit/e31c62e69806e884805e1bd838d1fddbe164b6dc)) - - - diff --git a/package-lock.json b/package-lock.json index bfa0e892..b8debaf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thecyberhub.org", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 290e5441..300822cb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "homepage": "https://thecyberhub.org/", "name": "thecyberhub.org", "private": true, - "version": "0.3.0", + "version": "0.4.0", "scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d dist",