diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 8e63bab..f6ba244 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # create-cardinal-app +## 0.1.1 + +### Patch Changes + +- updated `next-graphql` with fixes to credentials and GraphQL handler. Requests to internal API's will be set to `no-cache` as default + ## 0.1.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index dccb9b4..ab20615 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,7 +1,7 @@ { "name": "create-cardinal-app", "type": "module", - "version": "0.1.0", + "version": "0.1.1", "description": "Cardinal is a CLI tool that helps you quickstart a full-stack monorepo project. You choose the parts you want, we put it together.", "author": "Ernesto Resende ", "packageManager": "pnpm@7.13.0",