diff --git a/CHANGELOG.md b/CHANGELOG.md index 88571f1..de6f433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.5.4](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/compare/v0.5.3...v0.5.4) (2022-08-14) + ### [0.5.3](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/compare/v0.5.2...v0.5.3) (2022-08-14) ### [0.5.2](https://github.com/wholesome-ghoul/wholesome-ghoul.github.io/compare/v0.5.1...v0.5.2) (2022-08-14) diff --git a/package.json b/package.json index 3251e8d..d89cdbe 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "tubeyou-frontend", - "version": "0.5.3", + "version": "0.5.4", "private": true, "homepage": "https://wholesome-ghoul.github.io/", "scripts": { "start:dev": "NODE_ENV=development webpack server", "start": "NODE_ENV=production webpack server", "build": "NODE_ENV=production webpack", - "deploy": "yarn build && gh-pages -d build", + "deploy": "yarn build && gh-pages -d dist", "test:cypress": "yarn cypress run-ct", "test:cypress:open": "yarn cypress open-ct", "prepare": "husky install",