Skip to content

Commit e0a22af

Browse files
committed
Bump version to 1.1.0
1 parent fe82743 commit e0a22af

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/pusher/push-notifications-web/compare/1.0.3...HEAD)
8+
## [Unreleased](https://github.com/pusher/push-notifications-web/compare/1.1.0...HEAD)
9+
10+
## [1.1.0](https://github.com/pusher/push-notifications-web/compare/1.0.3...1.1.0) - 2020-09-16
911
- Allow the fetch `credentials` option to be overidden in the default TokenProvider
1012
implementation.
1113

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pusher/push-notifications-web",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "dist/push-notifications-esm.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)