Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
acro5piano committed Dec 10, 2020
1 parent 1313c3e commit e03994e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.0.2

- Add QueryObject and CompiledResult to index.ts by @GSA05
- Bump deps by @acro5piano


## 3.0.1

- Fix null in params by @acro5piano
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": "typed-graphqlify",
"version": "3.0.1",
"version": "3.0.2",
"description": "Build Typed GraphQL Queries in TypeScript. A better TypeScript + GraphQL experience.",
"keywords": [
"graphql",
Expand Down
12 changes: 11 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
export { fragment, params, query, mutation, subscription, alias, rawString, QueryObject, CompiledResult } from './graphqlify'
export {
fragment,
params,
query,
mutation,
subscription,
alias,
rawString,
QueryObject,
CompiledResult,
} from './graphqlify'
export { types, optional, on, onUnion } from './types'
export { fragmentToString } from './render'

0 comments on commit e03994e

Please sign in to comment.