corpus

Log | Files | Refs | README | LICENSE

commit 2513efb27e98ccae5b1c581f4fee7b143882a877
parent a7150680598509a1cc510a9da51924e5b36d09e8
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri,  1 May 2026 23:14:01 +0000

chore(master): release 2.10.0
Diffstat:
M.release-please-manifest.json | 2+-
MCHANGELOG.md | 14++++++++++++++
Mpackage-lock.json | 4++--
Mpackage.json | 2+-
4 files changed, 18 insertions(+), 4 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/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",