corpus

Log | Files | Refs | README | LICENSE

commit 260c781dc821b9fc970ef008f5685ddcedb9febc
parent a7150680598509a1cc510a9da51924e5b36d09e8
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date:   Sat,  2 May 2026 01:16:04 +0200

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

chore(master): release 2.10.0
Diffstat:
M.release-please-manifest.json | 2+-
MCHANGELOG.md | 14++++++++++++++
Mflake.nix | 2+-
Mpackage-lock.json | 4++--
Mpackage.json | 2+-
5 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/.release-please-manifest.json b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.9.1" + ".": "2.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.10.0](https://github.com/mtmn/corpus/compare/v2.9.1...v2.10.0) (2026-05-01) + + +### Features + +* **nix:** integrate elm2nix ([ea29c4d](https://github.com/mtmn/corpus/commit/ea29c4d0f0037d49b5534d2ec0782d1c156687be)) + + +### Bug Fixes + +* **ci:** run tests from release-please pipeline ([a715068](https://github.com/mtmn/corpus/commit/a7150680598509a1cc510a9da51924e5b36d09e8)) +* **ci:** run tests on automated PRs ([2c48d72](https://github.com/mtmn/corpus/commit/2c48d724085260f3b684850691ddd9ff330c4272)) +* **nix:** rewrite build assets filtering ([27aa762](https://github.com/mtmn/corpus/commit/27aa762e67154fa5937330d931fd70a914ea53fd)) + ## [2.9.1](https://github.com/mtmn/corpus/compare/v2.9.0...v2.9.1) (2026-04-30) diff --git a/flake.nix b/flake.nix @@ -118,7 +118,7 @@ inherit ((builtins.fromJSON (builtins.readFile ./package.json))) version; inherit src; - npmDepsHash = "sha256-mWtapB6mIfm7+ZQC4YiZUj2zBqKpiKvPMnuI8AE9hE0="; + npmDepsHash = "sha256-c7OXTEehvJpIRSe4aFUItaHS56EUwCFSn4pwiZh1D5k="; npmRebuildFlags = ["--ignore-scripts"]; nativeBuildInputs = with pkgs; [ diff --git a/package-lock.json b/package-lock.json @@ -1,12 +1,12 @@ { "name": "corpus", - "version": "2.9.1", + "version": "2.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "corpus", - "version": "2.9.1", + "version": "2.10.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.9.1", + "version": "2.10.0", "description": "ListenBrainz and Last.fm frontend", "main": "index.js", "type": "module",