Skip to content

Commit

Permalink
chore(release): update change logs for 0.3.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
platypusrex committed Sep 23, 2022
1 parent 9565e17 commit 2e86fa6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.3.0-alpha.0](https://github.com/platypusrex/nextjs-apollo-client/compare/@release/0.2.2...@release/0.3.0-alpha.0) (2022-09-23)


### Bug Fixes

* comment ([ab12caf](https://github.com/platypusrex/nextjs-apollo-client/commit/ab12cafce7ddeacd21314b70a221848ba6ae0a44))
* unit tests and typing issues when no hydration map typing is provided ([1c29921](https://github.com/platypusrex/nextjs-apollo-client/commit/1c2992159cc60d707738776bbace0a547bf43beb))

### [0.2.2](https://github.com/platypusrex/nextjs-apollo-client/compare/@release/0.2.1...@release/0.2.2) (2022-05-18)

### [0.2.1](https://github.com/platypusrex/nextjs-apollo-client/compare/@release/0.2.0...@release/0.2.1) (2022-05-08)
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": "nextjs-apollo-client",
"version": "0.2.2",
"version": "0.3.0-alpha.0",
"author": "Frank Cooke",
"description": "Easily setup Next.js getServerSideProps/getStaticProps for Apollo GraphQL",
"keywords": [
Expand Down

0 comments on commit 2e86fa6

Please sign in to comment.