corpus

Log | Files | Refs | README | LICENSE

commit 977520edb95c776ec1f5cf1900e3e202dd5fff8d
parent 7863ebb170481342f0c267c89717944eb02fce87
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu, 30 Apr 2026 21:14:08 +0000

chore(master): release 2.9.0
Diffstat:
M.release-please-manifest.json | 2+-
MCHANGELOG.md | 7+++++++
Mpackage-lock.json | 4++--
Mpackage.json | 2+-
4 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/.release-please-manifest.json b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.8.3" + ".": "2.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.9.0](https://github.com/mtmn/corpus/compare/v2.8.3...v2.9.0) (2026-04-30) + + +### Features + +* ensure that the builds are deterministic ([7863ebb](https://github.com/mtmn/corpus/commit/7863ebb170481342f0c267c89717944eb02fce87)) + ## [2.8.3](https://github.com/mtmn/corpus/compare/v2.8.2...v2.8.3) (2026-04-25) diff --git a/package-lock.json b/package-lock.json @@ -1,12 +1,12 @@ { "name": "corpus", - "version": "2.8.3", + "version": "2.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "corpus", - "version": "2.8.3", + "version": "2.9.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.8.3", + "version": "2.9.0", "description": "ListenBrainz and Last.fm frontend", "main": "index.js", "type": "module",