From dddac9f9ffbb57b8adf41441b9f4c2c5b047f0f8 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 26 Jan 2021 10:31:56 -0500 Subject: [PATCH 1/2] Adding listing_type to ListCommunities. --- src/interfaces/api/community.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interfaces/api/community.ts b/src/interfaces/api/community.ts index f7844fe..c16c6eb 100644 --- a/src/interfaces/api/community.ts +++ b/src/interfaces/api/community.ts @@ -33,6 +33,7 @@ export interface CommunityResponse { } export interface ListCommunities { + type_: string; sort: string; page?: number; limit?: number; From 8723a9c68f09e9c5a7bed63a55a27681fce45813 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 26 Jan 2021 10:33:09 -0500 Subject: [PATCH 2/2] v0.9.1-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d65f568..e3282e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lemmy-js-client", "description": "A javascript / typescript client for Lemmy", - "version": "0.9.0", + "version": "0.9.1-rc.1", "author": "Dessalines ", "license": "AGPL-3.0", "main": "./dist/index.js",