corpus

Log | Files | Refs | README | LICENSE

commit 37271ebe12c1e03551b22e338cddd74517afbf93
parent e19fa830116ed60e4c23a039d174dfbcc54d5c46
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date:   Sun, 19 Apr 2026 16:14:06 +0200

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

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.1](https://github.com/mtmn/corpus/compare/v2.1.0...v2.1.1) (2026-04-19) + + +### Bug Fixes + +* make css less whimsical, i think ([16c92be](https://github.com/mtmn/corpus/commit/16c92be3c1d5a3ab72b74cd5b282e17c25ee82d0)) + ## [2.1.0](https://github.com/mtmn/corpus/compare/v2.0.0...v2.1.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-AjGK+8bFWR/BipFP468B+rreQ+CRG0unkG+hJ/0PtUI="; + npmDepsHash = "sha256-3SB0N2XuKf8PeiC1DUiBLWK3G86e74IIPCYgbheNH6g="; npmRebuildFlags = ["--ignore-scripts"]; nativeBuildInputs = with pkgs; [ diff --git a/package-lock.json b/package-lock.json @@ -1,12 +1,12 @@ { "name": "corpus", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "corpus", - "version": "2.1.0", + "version": "2.1.1", "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.1.0", + "version": "2.1.1", "description": "ListenBrainz and Last.fm frontend", "main": "index.js", "type": "module",