corpus

Log | Files | Refs | README | LICENSE

commit 1311482ca3499dfa4106f988d04b0f3cf86261b4
parent 69bd019f0f97968e31b470a4634fb9ac4459352a
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date:   Sat, 18 Apr 2026 22:55:38 +0200

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

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.0](https://github.com/mtmn/corpus/compare/v1.2.0...v1.3.0) (2026-04-18) + + +### Features + +* rewrite into folds, cover/genre rewrite ([bd17786](https://github.com/mtmn/corpus/commit/bd17786cbf22fec6accecf887e313fd4f9ed6c16)) + + +### Bug Fixes + +* update tests ([04d8f23](https://github.com/mtmn/corpus/commit/04d8f234eb6735ce689c7112350bd435efc4f677)) + ## [1.2.0](https://github.com/mtmn/corpus/compare/v1.1.1...v1.2.0) (2026-04-18) diff --git a/flake.nix b/flake.nix @@ -131,7 +131,7 @@ version = (builtins.fromJSON (builtins.readFile ./package.json)).version; inherit src; - npmDepsHash = "sha256-2KERt0VF5xLlMAplBhvFb6usz9GFhs2d9iSdFbMEZhA="; + npmDepsHash = "sha256-atG7x+YdT4jU9+jfLLbm6g2nnkG5hNEFbY7iWVAqBhM="; npmRebuildFlags = ["--ignore-scripts"]; nativeBuildInputs = with pkgs; [ diff --git a/package-lock.json b/package-lock.json @@ -1,12 +1,12 @@ { "name": "corpus", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "corpus", - "version": "1.2.0", + "version": "1.3.0", "dependencies": { "@aws-sdk/client-s3": "^3.1029.0", "@opentelemetry/api": "^1.9.1", diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "corpus", - "version": "1.2.0", + "version": "1.3.0", "description": "ListenBrainz and Last.fm frontend", "main": "index.js", "type": "module",