Skip to content

Commit

Permalink
chore(changelog): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yadPe committed Sep 21, 2020
1 parent 1b6be67 commit 0cdab5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [0.2.4](https://github.com/yadPe/beatconnect_client/compare/v0.2.3...v0.2.4) (2020-09-20)
## [0.2.4](https://github.com/yadPe/beatconnect_client/compare/v0.2.3...v0.2.4) (2020-09-21)

### Bug Fixes

Expand All @@ -8,6 +8,7 @@
- **download:** queue display ([f0c5379](https://github.com/yadPe/beatconnect_client/commit/f0c537906ba1cef6cfacb41fe2d0a32c85c9534a))
- **packs:** put the feature back on tracks ([#196](https://github.com/yadPe/beatconnect_client/issues/196)) ([ee21143](https://github.com/yadPe/beatconnect_client/commit/ee21143e12eb4de81f3e579a3ce1ce018a831f12))
- **typo:** typo in settings section ([#195](https://github.com/yadPe/beatconnect_client/issues/195)) ([cbfefab](https://github.com/yadPe/beatconnect_client/commit/cbfefabae5020aeb9b57e9c0a9140f5795d28601))
- **update:** display update status ([#229](https://github.com/yadPe/beatconnect_client/issues/229)) ([1b6be67](https://github.com/yadPe/beatconnect_client/commit/1b6be6733c9293dbada3de816c8eac90c8d68d06))

### Features

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"dist:mac": "npm i && npm run build && electron-builder build --mac --x64",
"dist:gh-publish": "npm i && npm run build && electron-builder build --win --linux --mac --ia32 --x64 -p always",
"electron-dev": "cross-env ELECTRON_START_URL=http://localhost:3200 electron .",
"electron:debug-analytics": "cross-env ELECTRON_START_URL=http://localhost:3200 DEBUG=universal-analytics electron ."
"electron:debug-analytics": "cross-env ELECTRON_START_URL=http://localhost:3200 DEBUG=universal-analytics electron .",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0cdab5d

Please sign in to comment.