Skip to content

Commit

Permalink
Version 1.1.0 — Add support for streaming requests
Browse files Browse the repository at this point in the history
  • Loading branch information
theY4Kman committed Sep 24, 2021
1 parent 71fb369 commit a5d000a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a5d000a

Please sign in to comment.