diff --git a/CHANGELOG.md b/CHANGELOG.md index 636c7fda..7c5bc9b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.1.0](https://github.com/thecyberworld/thecyberhub.org/compare/v0.0.2...v0.1.0) (2022-07-24) + + +### Features + +* open-source ([#58](https://github.com/thecyberworld/thecyberhub.org/issues/58)) ([2e88410](https://github.com/thecyberworld/thecyberhub.org/commit/2e88410926effaea919ca1714c9c17fac0ff10e1)) + + + ## [0.0.2](https://github.com/thecyberworld/thecyberhub.org/compare/v0.0.1...v0.0.2) (2022-07-23) diff --git a/package-lock.json b/package-lock.json index c975b0d2..07ec7d49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thecyberhub.org", - "version": "0.0.2", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6a73cd5f..bfd4bbaa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "homepage": "https://thecyberhub.org/", "name": "thecyberhub.org", "private": true, - "version": "0.0.2", + "version": "0.1.0", "scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d dist",