diff --git a/CHANGELOG.md b/CHANGELOG.md index ebe3c67..88b6f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +## [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)) + + + ## [0.4.1](https://github.com/trojanowski/react-apollo-hooks/compare/v0.4.0...v0.4.1) (2019-02-22) diff --git a/package.json b/package.json index bc92ac4..6f86aba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo-hooks", - "version": "0.4.1", + "version": "0.4.2", "description": "", "sideEffects": false, "main": "lib/index.js",