corpus

Log | Files | Refs | README | LICENSE

commit 4096cd0c6fe10fbd09582eae19a41cfdb474c62c
parent ab11a2563dde7e877af99074e0a66debbaa6819c
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date:   Tue, 21 Apr 2026 17:04:01 +0200

Merge pull request #18 from mtmn/release-please--branches--master--components--corpus

chore(master): release 2.4.0
Diffstat:
MCHANGELOG.md | 8++++++++
Mflake.nix | 2+-
Mpackage-lock.json | 4++--
Mpackage.json | 2+-
4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.4.0](https://github.com/mtmn/corpus/compare/v2.3.1...v2.4.0) (2026-04-21) + + +### Features + +* match colors to doric-obsidian ([2dff439](https://github.com/mtmn/corpus/commit/2dff439d76ee01df3471a570b507348acf5d267c)) +* update user agents with github repo ([3d79cd7](https://github.com/mtmn/corpus/commit/3d79cd73c22979b5cb233437a7fea246cae328ca)) + ## [2.3.1](https://github.com/mtmn/corpus/compare/v2.3.0...v2.3.1) (2026-04-20) diff --git a/flake.nix b/flake.nix @@ -131,7 +131,7 @@ inherit ((builtins.fromJSON (builtins.readFile ./package.json))) version; inherit src; - npmDepsHash = "sha256-ghhPZm4Evtd8sRmUils9z2kUb9lTFeMcYD8BIOt4O/M="; + npmDepsHash = "sha256-Qy2X2mWaQcF895PE3dXqoQj84fdywC7uiIxITuN/YpM="; npmRebuildFlags = ["--ignore-scripts"]; nativeBuildInputs = with pkgs; [ diff --git a/package-lock.json b/package-lock.json @@ -1,12 +1,12 @@ { "name": "corpus", - "version": "2.3.1", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "corpus", - "version": "2.3.1", + "version": "2.4.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.3.1", + "version": "2.4.0", "description": "ListenBrainz and Last.fm frontend", "main": "index.js", "type": "module",