Skip to content

Commit 285a116

Browse files
chore(main): release 0.6.0 (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 022fcf3 commit 285a116

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [0.6.0](https://github.com/nerd-coder/graphql-codegen-svelte-queries/compare/v0.5.1...v0.6.0) (2023-06-11)
4+
5+
6+
### Features
7+
8+
* add rawData ([d903d81](https://github.com/nerd-coder/graphql-codegen-svelte-queries/commit/d903d812b43b30a0d8fb0390f6475d3c64ff12ae))
9+
* support urql ([681b83f](https://github.com/nerd-coder/graphql-codegen-svelte-queries/commit/681b83f7d909f737e8d31df6a0c55891ad118c6d))
10+
11+
12+
### Bug Fixes
13+
14+
* apply naming conventions ([6f1505a](https://github.com/nerd-coder/graphql-codegen-svelte-queries/commit/6f1505a48eecc7704f411a7ee8be7bd8d5209065))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nerd-coder/graphql-codegen-svelte-queries",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Codegen plugins to generate fully typed queries for Svelte with Apollo and Urql",
55
"packageManager": "pnpm@8.5.1",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)