Skip to content

Commit

Permalink
chore(release): update change logs for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
platypusrex committed May 5, 2022
1 parent 1ccc7d0 commit 7b63d0b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

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.2.0 (2022-05-05)


### Features

* adds readme/documentation ([63a4bd2](https://github.com/platypusrex/nextjs-apollo/commit/63a4bd292db90d0c4d80f0d6672123a28bae6d8c))
* apply headers from partial apollo config ([32356cb](https://github.com/platypusrex/nextjs-apollo/commit/32356cbc67d618dda9aa63482effd8e239979666))
* apply headers from partial apollo config ([58c43ee](https://github.com/platypusrex/nextjs-apollo/commit/58c43ee82cada51605db97ee24850e5383e061ab))
* make hydration map optional ([683d7d4](https://github.com/platypusrex/nextjs-apollo/commit/683d7d49b6093cc63bc6cc52183c7c754176cb0f))
* refactor next apollo client to support simple config ([5da596a](https://github.com/platypusrex/nextjs-apollo/commit/5da596a2a0e7658a8ee4530416339228147e2ea2))
* type improvements, api modifications, making example more robust ([1bad13f](https://github.com/platypusrex/nextjs-apollo/commit/1bad13f75d2f19d6565836c314e38445db645144))


### Bug Fixes

* add missing link to example app ([a2218fa](https://github.com/platypusrex/nextjs-apollo/commit/a2218fa720eb188acf5a4dec217a4d92a39a74c1))
* issues with husky and commitlint configs ([f85e168](https://github.com/platypusrex/nextjs-apollo/commit/f85e168140d671b3fa3e2338475e1bbcbda726cc))
* linting errors ([bed3789](https://github.com/platypusrex/nextjs-apollo/commit/bed37890b6edb5674983567b55fd31ea4b6a5a2c))
* typo ([05082e3](https://github.com/platypusrex/nextjs-apollo/commit/05082e3bcfb27558688accfc18bee351b4983529))
* various correction on readme ([ae00350](https://github.com/platypusrex/nextjs-apollo/commit/ae0035039100dc427dda03019db1482efe211248))
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.1.3",
"version": "0.2.0",
"author": "Frank Cooke",
"description": "Easily setup Next.js getServerSideProps/getStaticProps for Apollo GraphQL",
"keywords": [
Expand Down

0 comments on commit 7b63d0b

Please sign in to comment.