-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96ecaf1
commit 90d07c0
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
# Changelog | ||
|
||
## v0.2.4 | ||
|
||
[compare changes](https://github.com/lewebsimple/nuxt-graphql-fullstack/compare/v0.2.3...v0.2.4) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Backport stuff from real-world projects ([f085f04](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/f085f04)) | ||
|
||
### 💅 Refactors | ||
|
||
- Better project structure ([96ecaf1](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/96ecaf1)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Pascal Martineau <[email protected]> | ||
|
||
## v0.2.3 | ||
|
||
[compare changes](https://github.com/lewebsimple/nuxt-graphql-fullstack/compare/v0.2.2...v0.2.3) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@lewebsimple/nuxt-graphql-fullstack", | ||
"description": "Nuxt 3 GraphQL fullstack boilerplate", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"author": "Pascal Martineau <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|