commit 6ae72dbbc66e8ece3067f1e00bb73097c811865c
parent 2e6c34a0a22a76bdd6c910f52ab9936af6379cfb
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date: Sun, 26 Apr 2026 01:10:27 +0200
Merge pull request #34 from mtmn/release-please--branches--master--components--corpus
chore(master): release 2.8.3
Diffstat:
5 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.8.2"
+ ".": "2.8.3"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [2.8.3](https://github.com/mtmn/corpus/compare/v2.8.2...v2.8.3) (2026-04-25)
+
+
+### Bug Fixes
+
+* correct release-please after history rewrite ([9449944](https://github.com/mtmn/corpus/commit/944994467a8c3198aeb7818a7d220fe88d9fd6f2))
+* deprecate dhall-to-json ([b0cf508](https://github.com/mtmn/corpus/commit/b0cf508390fe81605b7c1944a14a135742c92217))
+* please relase ([2e6c34a](https://github.com/mtmn/corpus/commit/2e6c34a0a22a76bdd6c910f52ab9936af6379cfb))
+* remove corpus component from release-please config ([006dcb1](https://github.com/mtmn/corpus/commit/006dcb1739dbd7bd538733ae91a8d7d84e08e71d))
+* retrigger release-please ([5c25025](https://github.com/mtmn/corpus/commit/5c2502594c69e06ee1abc0118ed6f45fe01e1324))
+* unbork release-please, please ([a2e6545](https://github.com/mtmn/corpus/commit/a2e6545961e7f141ed4aa9519e84e1562f6447f0))
+
## [2.8.2](https://github.com/mtmn/corpus/compare/v2.8.1...v2.8.2) (2026-04-25)
diff --git a/flake.nix b/flake.nix
@@ -131,7 +131,7 @@
inherit ((builtins.fromJSON (builtins.readFile ./package.json))) version;
inherit src;
- npmDepsHash = "sha256-0HhM77cGFy0dOa+5l8MbqjmxbcGwLglXcGmexYIv940=";
+ npmDepsHash = "sha256-uwag7hUAc4zKsXNAyPIfvl7ReTQm8H5s0y1UOhDjZDg=";
npmRebuildFlags = ["--ignore-scripts"];
nativeBuildInputs = with pkgs; [
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "corpus",
- "version": "2.8.2",
+ "version": "2.8.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "corpus",
- "version": "2.8.2",
+ "version": "2.8.3",
"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.2",
+ "version": "2.8.3",
"description": "ListenBrainz and Last.fm frontend",
"main": "index.js",
"type": "module",