Skip to content

Commit

Permalink
chore(🤖): 1.3.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0-beta.1](v1.2.0...v1.3.0-beta.1) (2022-09-30)

### Bug Fixes

* clear unless deps 😞 ([d9de956](d9de956))

### Features

* optimize the notification mechanism of long polling to solve the shock effect during init ([fb32cbf](fb32cbf))
* support for long polling incoming failed retry times, and failed waiting times ([f86875b](f86875b))
  • Loading branch information
semantic-release-bot committed Sep 30, 2022
1 parent 0b1b05a commit 1693f47
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.3.0-beta.1](https://github.com/vodyani/apollo-client/compare/v1.2.0...v1.3.0-beta.1) (2022-09-30)


### Bug Fixes

* clear unless deps 😞 ([d9de956](https://github.com/vodyani/apollo-client/commit/d9de9560226dd231154c6d737565c80819567877))


### Features

* optimize the notification mechanism of long polling to solve the shock effect during init ([fb32cbf](https://github.com/vodyani/apollo-client/commit/fb32cbf14e75b3ee0b7114edb0bf350a05c06a75))
* support for long polling incoming failed retry times, and failed waiting times ([f86875b](https://github.com/vodyani/apollo-client/commit/f86875b92df87c532a6c833a2bcb43019c7f4756))

# [1.2.0](https://github.com/vodyani/apollo-client/compare/v1.1.0...v1.2.0) (2022-09-29)


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,7 +1,7 @@
{
"name": "@vodyani/apollo-client",
"license": "MIT",
"version": "1.2.0",
"version": "1.3.0-beta.1",
"author": "ChoGathK",
"description": "🛸 apollo client sdk",
"homepage": "https://github.com/vodyani/apollo-client#readme",
Expand Down

0 comments on commit 1693f47

Please sign in to comment.