Skip to content

Commit

Permalink
chore(release): Release version 2.7.2
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 88c21f5
Author: Hazmi35 <[email protected]>
Date:   Mon Jul 13 05:30:15 2020 +0700

    chore(release): Bump version to 2.7.2

commit 2e019c5
Author: Hazmi35 <[email protected]>
Date:   Mon Jul 13 05:15:46 2020 +0700

    feat: Make song titles clickable by using Markdown link

commit 27c578e
Merge: 9918406 943f602
Author: Hazmi35 <[email protected]>
Date:   Mon Jul 13 04:47:39 2020 +0700

    Merge remote-tracking branch 'origin/stable'

commit 9918406
Author: Hazmi35 <[email protected]>
Date:   Mon Jul 13 04:46:15 2020 +0700

    feat(caching): Some improvements

    * Add song length limiter for cache
    * Fix #81 by using a finish marker

commit 6f29449
Author: Hazmi35 <[email protected]>
Date:   Mon Jul 13 00:50:28 2020 +0700

    feat(docker): Add volumes for cache

commit 35256ed
Author: Hazmi35 <[email protected]>
Date:   Mon Jul 13 00:50:03 2020 +0700

    fix: Pass token from build function instead

commit 57fe78e
Merge: 0364026 8c4f49a
Author: Hazmi35 <[email protected]>
Date:   Mon Jul 13 00:36:29 2020 +0700

    Merge branch 'master' of github.com:Hazmi35/jukebox

commit 0364026
Author: Hazmi35 <[email protected]>
Date:   Mon Jul 13 00:36:18 2020 +0700

    fix(HelpCommand): fix grammar

commit 8c4f49a
Author: hzmi <[email protected]>
Date:   Fri Jul 10 23:42:35 2020 +0700

    chore(docker): Cleanup Dockerfile

commit 3a83521
Author: Hazmi35 <[email protected]>
Date:   Fri Jul 10 23:39:09 2020 +0700

    chore(docker): Cleanup Dockerfile

commit acdd2d5
Author: Hazmi35 <[email protected]>
Date:   Thu Jul 9 12:28:56 2020 +0700

    chore(deps): Update ytdl-core to 3.1.2

commit 560c637
Merge: 585be38 da9ea7e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jun 24 23:10:32 2020 +0000

    Merge pull request #84 from Hazmi35/dependabot/npm_and_yarn/master/types/node-14.0.14

commit da9ea7e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jun 24 23:00:59 2020 +0000

    chore(deps-dev): bump @types/node from 14.0.13 to 14.0.14

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.13 to 14.0.14.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    Signed-off-by: dependabot[bot] <[email protected]>

commit 585be38
Merge: 0b0ff4b a8798ef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jun 24 09:50:42 2020 +0000

    Merge pull request #83 from Hazmi35/dependabot/npm_and_yarn/master/eslint-7.3.1

commit 0b0ff4b
Merge: 51ff6ad 061e8dd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jun 24 09:50:26 2020 +0000

    Merge pull request #82 from Hazmi35/dependabot/npm_and_yarn/master/winston-3.3.3

commit a8798ef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jun 23 23:01:57 2020 +0000

    chore(deps-dev): bump eslint from 7.3.0 to 7.3.1

    Bumps [eslint](https://github.com/eslint/eslint) from 7.3.0 to 7.3.1.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.3.0...v7.3.1)

    Signed-off-by: dependabot[bot] <[email protected]>

commit 061e8dd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jun 23 23:01:42 2020 +0000

    chore(deps): bump winston from 3.3.2 to 3.3.3

    Bumps [winston](https://github.com/winstonjs/winston) from 3.3.2 to 3.3.3.
    - [Release notes](https://github.com/winstonjs/winston/releases)
    - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
    - [Commits](winstonjs/winston@v3.3.2...v3.3.3)

    Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
Hazmi35 committed Jul 12, 2020
1 parent 06893e6 commit 9e2b6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jukebox",
"version": "2.6.0",
"version": "2.7.2",
"private": true,
"description": " Just a simple Discord music bot.",
"homepage": "https://github.com/Hazmi35/jukebox#readme",
Expand Down

0 comments on commit 9e2b6cf

Please sign in to comment.