From a5d000a846b5cdf4bf6cad5be3733537bf875f67 Mon Sep 17 00:00:00 2001 From: "Zach \"theY4Kman\" Kanzler" Date: Fri, 24 Sep 2021 04:16:32 -0400 Subject: [PATCH] =?UTF-8?q?Version=201.1.0=20=E2=80=94=20Add=20support=20f?= =?UTF-8?q?or=20streaming=20requests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f5b9ef..608b1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] + + +## [1.1.0] — 2021-09-24 ### Added - Add support for streaming requests ([#31](https://github.com/theY4Kman/dcrf-client/pull/31), thanks [@jhillacre](https://github.com/jhillacre)!) diff --git a/package-lock.json b/package-lock.json index 0978aee..9e78a33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "dcrf-client", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "@types/lodash.uniqby": "^4.7.6", diff --git a/package.json b/package.json index 7e2881c..24eb537 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dcrf-client", - "version": "1.0.0", + "version": "1.1.0", "description": "Websocket client for Django Channels v2 APIs powered by hishnash/djangochannelsrestframework", "main": "./lib/index.js", "types": "./lib/index.d.ts",