Skip to content

Commit 1665462

Browse files
authored
chore: version to 0.10.2 (#621)
* tick version * 0.10.2
1 parent 80d0638 commit 1665462

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.10.2] - 2024-01-01
11+
12+
- Ensure tracks maintain their order from collections to playlist file output. <https://github.com/miraclx/freyr-js/pull/569>
13+
- Support non-latin letters in source search. <https://github.com/miraclx/freyr-js/pull/574>
14+
- Failure to acquire an audio source is now handled gracefully. <https://github.com/miraclx/freyr-js/commit/fc2925627736f2965fbd162e457cad62d366b49e>
15+
- Updated Apple Music access token. <https://github.com/miraclx/freyr-js/pull/610>, <https://github.com/miraclx/freyr-js/pull/583>
16+
1017
## [0.10.1] - 2023-08-08
1118

1219
- Added support for Apple Music song URLs - `https://music.apple.com/us/song/1699712652`. <https://github.com/miraclx/freyr-js/pull/552>
@@ -102,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102109

103110
> Release Page: <https://github.com/miraclx/freyr-js/releases/tag/v0.5.0>
104111
105-
[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.10.1...HEAD
112+
[unreleased]: https://github.com/miraclx/freyr-js/compare/v0.10.2...HEAD
113+
[0.10.2]: https://github.com/miraclx/freyr-js/releases/compare/v0.10.1...v0.10.2
106114
[0.10.1]: https://github.com/miraclx/freyr-js/releases/compare/v0.10.0...v0.10.1
107115
[0.10.0]: https://github.com/miraclx/freyr-js/releases/compare/v0.9.0...v0.10.0
108116
[0.9.0]: https://github.com/miraclx/freyr-js/releases/compare/v0.8.1...v0.9.0

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.1
237+
/____/ v0.10.2
238238

239239
freyr - (c) Miraculous Owonubi <[email protected]>
240240
------------------------------------------------------
@@ -328,7 +328,7 @@ Info:
328328
/ /_/ ___/ _ \/ / / / ___/
329329
/ __/ / / __/ /_/ / /
330330
/_/ /_/ \___/\__, /_/
331-
/____/ v0.10.1
331+
/____/ v0.10.2
332332

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

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

479479
freyr - (c) Miraculous Owonubi <[email protected]>
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.1",
3+
"version": "0.10.2",
44
"description": "A versatile, service-agnostic music downloader and manager",
55
"exports": "./src/freyr.js",
66
"type": "module",

0 commit comments

Comments
 (0)