Skip to content

Commit ff92b47

Browse files
authored
chore: version to 0.10.1 (#555)
1 parent 8c57292 commit ff92b47

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.10.1] - 2023-08-08
11+
12+
- Added support for Apple Music song URLs - `https://music.apple.com/us/song/1699712652`. <https://github.com/miraclx/freyr-js/pull/552>
13+
- Embed a locale in the URLs generated from parsing Deezer URLs. <https://github.com/miraclx/freyr-js/pull/553>
14+
1015
## [0.10.0] - 2023-08-08
1116

1217
- Changed Spotify credentials, introduced migrations to mitigate any complications. <https://github.com/miraclx/freyr-js/pull/454>, <https://github.com/miraclx/freyr-js/pull/470>, <https://github.com/miraclx/freyr-js/pull/526>
@@ -97,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97102

98103
> Release Page: <https://github.com/miraclx/freyr-js/releases/tag/v0.5.0>
99104
100-
[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.10.0...HEAD
105+
[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.10.1...HEAD
106+
[0.10.1]: https://github.com/miraclx/freyr-js/releases/compare/v0.10.0...v0.10.1
101107
[0.10.0]: https://github.com/miraclx/freyr-js/releases/compare/v0.9.0...v0.10.0
102108
[0.9.0]: https://github.com/miraclx/freyr-js/releases/compare/v0.8.1...v0.9.0
103109
[0.8.1]: https://github.com/miraclx/freyr-js/releases/compare/v0.8.0...v0.8.1

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Usage: freyr [options] [query...]
234234
/ /_/ ___/ _ \/ / / / ___/
235235
/ __/ / / __/ /_/ / /
236236
/_/ /_/ \___/\__, /_/
237-
/____/ v0.10.0
237+
/____/ v0.10.1
238238

239239
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
240240
------------------------------------------------------
@@ -328,7 +328,7 @@ Info:
328328
/ /_/ ___/ _ \/ / / / ___/
329329
/ __/ / / __/ /_/ / /
330330
/_/ /_/ \___/\__, /_/
331-
/____/ v0.10.0
331+
/____/ v0.10.1
332332

333333
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
334334
-------------------------------------------------------------
@@ -389,7 +389,7 @@ Checking directory permissions...[done]
389389
/ /_/ ___/ _ \/ / / / ___/
390390
/ __/ / / __/ /_/ / /
391391
/_/ /_/ \___/\__, /_/
392-
/____/ v0.10.0
392+
/____/ v0.10.1
393393

394394
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
395395
-------------------------------------------------------------
@@ -474,7 +474,7 @@ Checking directory permissions...[done]
474474
/ /_/ ___/ _ \/ / / / ___/
475475
/ __/ / / __/ /_/ / /
476476
/_/ /_/ \___/\__, /_/
477-
/____/ v0.10.0
477+
/____/ v0.10.1
478478

479479
freyr - (c) Miraculous Owonubi <omiraculous@gmail.com>
480480
-------------------------------------------------------------

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.10.0",
3+
"version": "0.10.1",
44
"description": "A versatile, service-agnostic music downloader and manager",
55
"exports": "./src/freyr.js",
66
"type": "module",

0 commit comments

Comments
 (0)