Skip to content

Commit c0c534c

Browse files
authored
chore: version to 0.7.0 (#157)
1 parent 72f2ba2 commit c0c534c

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.0] - 2022-06-09
11+
12+
- Updated Apple Music access key. <https://github.com/miraclx/freyr-js/pull/191>
1013
- Simplified the output of using the `-v, --version`. <https://github.com/miraclx/freyr-js/pull/152>
1114
- Dropped extra version in the header. <https://github.com/miraclx/freyr-js/pull/153>
1215
- Fixed issue with docker build not bundling dependencies. <https://github.com/miraclx/freyr-js/pull/165>
1316
- Update dependencies.
14-
- `eslint`: `8.9.0` -> `8.11.0`. <https://github.com/miraclx/freyr-js/pull/154> <https://github.com/miraclx/freyr-js/pull/161>
15-
- `actions/setup-node`: `v2` -> `v3`. <https://github.com/miraclx/freyr-js/pull/155>
16-
- `actions/checkout`: `v2` -> `v3`. <https://github.com/miraclx/freyr-js/pull/156>
1717

1818
## [0.6.0] - 2022-02-21
1919

@@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434

3535
> Release Page: <https://github.com/miraclx/freyr-js/releases/tag/v0.5.0>
3636
37-
[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.6.0...HEAD
37+
[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.7.0...HEAD
38+
[0.7.0]: https://github.com/miraclx/freyr-js/releases/compare/v0.6.0...v0.7.0
3839
[0.6.0]: https://github.com/miraclx/freyr-js/releases/compare/v0.5.0...v0.6.0
3940
[0.5.0]: https://github.com/miraclx/freyr-js/releases/tag/v0.5.0

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ Usage: freyr [options] [query...]
254254
/ /_/ ___/ _ \/ / / / ___/
255255
/ __/ / / __/ /_/ / /
256256
/_/ /_/ \___/\__, /_/
257-
/____/ v0.1.0
257+
/____/ v0.7.0
258258

259-
freyr v0.1.0 - (c) Miraculous Owonubi <omiraculous@gmail.com>
259+
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
260260
-------------------------------------------------------------
261261
Usage: freyr get [options] [query...]
262262

@@ -349,9 +349,9 @@ Info:
349349
/ /_/ ___/ _ \/ / / / ___/
350350
/ __/ / / __/ /_/ / /
351351
/_/ /_/ \___/\__, /_/
352-
/____/ v0.1.0
352+
/____/ v0.7.0
353353

354-
freyr v0.1.0 - (c) Miraculous Owonubi <omiraculous@gmail.com>
354+
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
355355
-------------------------------------------------------------
356356
Checking directory permissions...[done]
357357
[spotify:track:5FNS5Vj69AhRGJWjhrAd01]
@@ -410,9 +410,9 @@ Checking directory permissions...[done]
410410
/ /_/ ___/ _ \/ / / / ___/
411411
/ __/ / / __/ /_/ / /
412412
/_/ /_/ \___/\__, /_/
413-
/____/ v0.1.0
413+
/____/ v0.7.0
414414

415-
freyr v0.1.0 - (c) Miraculous Owonubi <omiraculous@gmail.com>
415+
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
416416
-------------------------------------------------------------
417417
Checking directory permissions...[done]
418418
[https://music.apple.com/us/album/im-sorry-im-not-sorry-ep/1491795443]
@@ -495,9 +495,9 @@ Checking directory permissions...[done]
495495
/ /_/ ___/ _ \/ / / / ___/
496496
/ __/ / / __/ /_/ / /
497497
/_/ /_/ \___/\__, /_/
498-
/____/ v0.1.0
498+
/____/ v0.7.0
499499

500-
freyr v0.1.0 - (c) Miraculous Owonubi <omiraculous@gmail.com>
500+
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
501501
-------------------------------------------------------------
502502
Checking directory permissions...[done]
503503
[https://www.deezer.com/us/artist/14808825]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freyr",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "A versatile, service-agnostic music downloader and manager",
55
"main": "src/freyr.js",
66
"scripts": {

0 commit comments

Comments
 (0)