commit 1818cd9829cae08786ef34e5e28ce8c72ef00c1e
parent b57a3ce797f4558a3bc49fee92e37c67156f6bbf
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date: Mon, 20 Apr 2026 16:21:38 +0200
Merge pull request #16 from mtmn/release-please--branches--master--components--corpus
chore(master): release 2.3.0
Diffstat:
4 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.3.0](https://github.com/mtmn/corpus/compare/v2.2.0...v2.3.0) (2026-04-20)
+
+
+### Features
+
+* add track filter and make all filters clickable ([424e247](https://github.com/mtmn/corpus/commit/424e247b8f4ce94d373d1dca220dc05555c0c0cb))
+
## [2.2.0](https://github.com/mtmn/corpus/compare/v2.1.1...v2.2.0) (2026-04-19)
diff --git a/flake.nix b/flake.nix
@@ -131,7 +131,7 @@
inherit ((builtins.fromJSON (builtins.readFile ./package.json))) version;
inherit src;
- npmDepsHash = "sha256-KRUaKB+ALoYZdvyQEYyr4iVWBN04nepauDom25Nr1hk=";
+ npmDepsHash = "sha256-PPXUTAIPU6j44AjfrfcEbJh8z4vm0xq23QkzEmDPZCY=";
npmRebuildFlags = ["--ignore-scripts"];
nativeBuildInputs = with pkgs; [
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "corpus",
- "version": "2.2.0",
+ "version": "2.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "corpus",
- "version": "2.2.0",
+ "version": "2.3.0",
"dependencies": {
"@aws-sdk/client-s3": "^3.1029.0",
"dotenv": "^17.4.1",
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "corpus",
- "version": "2.2.0",
+ "version": "2.3.0",
"description": "ListenBrainz and Last.fm frontend",
"main": "index.js",
"type": "module",