commit f87b8b51bf8d2ce40046c7ac826349e96f9af530
parent 0f9a2ee5ea52ea2feb0b197ea1db5da5679cb4b1
Author: Miro Toman <44134862+mtmn@users.noreply.github.com>
Date: Sun, 19 Apr 2026 03:29:30 +0200
Merge pull request #10 from mtmn/release-please--branches--master--components--corpus
chore(master): release 1.4.0
Diffstat:
4 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.4.0](https://github.com/mtmn/corpus/compare/v1.3.1...v1.4.0) (2026-04-19)
+
+
+### Features
+
+* integrate cosine.club api ([cad0dd8](https://github.com/mtmn/corpus/commit/cad0dd8574c4951e4be9de041dca97a33d1c0496))
+
## [1.3.1](https://github.com/mtmn/corpus/compare/v1.3.0...v1.3.1) (2026-04-18)
diff --git a/flake.nix b/flake.nix
@@ -131,7 +131,7 @@
version = (builtins.fromJSON (builtins.readFile ./package.json)).version;
inherit src;
- npmDepsHash = "sha256-ExVAfGw3/9EroXZxTEo03Bvdj2Aw0isc5ul1C/AaTgQ=";
+ npmDepsHash = "sha256-gBFhiRVXLRj+x0K2dj+JW9OOc2dEP97PoVkuchabWVk=";
npmRebuildFlags = ["--ignore-scripts"];
nativeBuildInputs = with pkgs; [
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "corpus",
- "version": "1.3.1",
+ "version": "1.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "corpus",
- "version": "1.3.1",
+ "version": "1.4.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.3.1",
+ "version": "1.4.0",
"description": "ListenBrainz and Last.fm frontend",
"main": "index.js",
"type": "module",