Skip to content

Commit ca976cd

Browse files
chore(release): 5.0.0-next.1 [skip ci]
# [5.0.0-next.1](v4.4.2...v5.0.0-next.1) (2020-07-12) ### Features * Make HttpIncoming required first argument to .fetch() and .stream() ([9b80ee7](9b80ee7)) ### BREAKING CHANGES * `HttpIncoming` must now be passed as the first argument to .fetch() and .stream()
1 parent ae1e7da commit ca976cd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [5.0.0-next.1](https://github.com/podium-lib/client/compare/v4.4.2...v5.0.0-next.1) (2020-07-12)
2+
3+
4+
### Features
5+
6+
* Make HttpIncoming required first argument to .fetch() and .stream() ([9b80ee7](https://github.com/podium-lib/client/commit/9b80ee715397e780d2df267483b6bc2db32b1c62))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* `HttpIncoming` must now be passed as the first argument to .fetch() and .stream()
12+
113
# Changelog
214

315
Notable changes to this project will be documented in this file.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@podium/client",
3-
"version": "4.4.2",
3+
"version": "5.0.0-next.1",
44
"main": "lib/client.js",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)