diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ae0295..5bafac5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.9.0](https://github.com/thecyberworld/thecyberhub.org/compare/v0.8.0...v0.9.0) (2022-08-16) + + +### Features + +* share-us ([#83](https://github.com/thecyberworld/thecyberhub.org/issues/83)) ([6824759](https://github.com/thecyberworld/thecyberhub.org/commit/6824759bdca612033793cd26b57bc8ee74055609)) + + + # [0.8.0](https://github.com/thecyberworld/thecyberhub.org/compare/v0.7.0...v0.8.0) (2022-08-16) @@ -34,12 +43,3 @@ -## [0.4.1](https://github.com/thecyberworld/thecyberhub.org/compare/v0.4.0...v0.4.1) (2022-08-07) - - -### Bug Fixes - -* navigation ([#75](https://github.com/thecyberworld/thecyberhub.org/issues/75)) ([c3bec04](https://github.com/thecyberworld/thecyberhub.org/commit/c3bec0411f8a70b2d220f34bb9fa0f512272876a)) - - - diff --git a/package-lock.json b/package-lock.json index c714b286..87433106 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thecyberhub.org", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index fd952433..5ed78647 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "homepage": "https://thecyberhub.org/", "name": "thecyberhub.org", "private": true, - "version": "0.8.0", + "version": "0.9.0", "scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d dist",