Skip to content

Commit

Permalink
chore(release): 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wholesome-ghoul committed Aug 14, 2022
1 parent fc438af commit 347e574
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 347e574

Please sign in to comment.