commit 4065e4be6622aaf7c6fb7b54a7d87c8837b340f7
parent 651191b8f202b0e6670de53012782c5e1312a000
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 18 Apr 2026 20:47:06 +0000
chore(master): release 1.3.0
Diffstat:
3 files changed, 15 insertions(+), 3 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/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",