Skip to content

Commit

Permalink
chore(release): 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trojanowski committed Feb 27, 2019
1 parent 8670f7f commit e8d8a9a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.4.2"></a>
## [0.4.2](https://github.com/trojanowski/react-apollo-hooks/compare/v0.4.1...v0.4.2) (2019-02-27)


### Features

* **useSubscription:** add skip option ([#98](https://github.com/trojanowski/react-apollo-hooks/issues/98)) ([8670f7f](https://github.com/trojanowski/react-apollo-hooks/commit/8670f7f))



<a name="0.4.1"></a>
## [0.4.1](https://github.com/trojanowski/react-apollo-hooks/compare/v0.4.0...v0.4.1) (2019-02-22)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-apollo-hooks",
"version": "0.4.1",
"version": "0.4.2",
"description": "",
"sideEffects": false,
"main": "lib/index.js",
Expand Down

0 comments on commit e8d8a9a

Please sign in to comment.