diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f0306e..2978e3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.14.0](https://github.com/thecyberworld/thecyberhub.org/compare/v0.13.1...v0.14.0) (2022-10-02) + + +### Features + +* blog page [#99](https://github.com/thecyberworld/thecyberhub.org/issues/99) ([#105](https://github.com/thecyberworld/thecyberhub.org/issues/105)) ([be4e514](https://github.com/thecyberworld/thecyberhub.org/commit/be4e514e00727a2437ec131f17207d6069caa709)) + + + ## [0.13.1](https://github.com/thecyberworld/thecyberhub.org/compare/v0.13.0...v0.13.1) (2022-08-26) @@ -34,12 +43,3 @@ -## [0.11.2](https://github.com/thecyberworld/thecyberhub.org/compare/v0.11.1...v0.11.2) (2022-08-23) - - -### Bug Fixes - -* spinner timee ([#89](https://github.com/thecyberworld/thecyberhub.org/issues/89)) ([c693562](https://github.com/thecyberworld/thecyberhub.org/commit/c693562e65b8becbdc55012242a9d8e93827dab2)) - - - diff --git a/package-lock.json b/package-lock.json index 0d8effad..01a5df2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thecyberhub.org", - "version": "0.13.1", + "version": "0.14.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 8db3388e..3d5d0cd6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "homepage": "https://thecyberhub.org/", "name": "thecyberhub.org", "private": true, - "version": "0.13.1", + "version": "0.14.0", "scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d dist",