Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Teages committed Jun 10, 2024
1 parent 8c52c6e commit ffd1d42
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
# Changelog


## v0.2.0

[compare changes](https://github.com/Teages/gqf/compare/v0.1.1...v0.2.0)

### 🩹 Fixes

- **docs:** Remove dead link ([3951997](https://github.com/Teages/gqf/commit/3951997))
- **cli:** Silent not work ([c967436](https://github.com/Teages/gqf/commit/c967436))

### 📖 Documentation

- **cli:** Update type ([8c52c6e](https://github.com/Teages/gqf/commit/8c52c6e))

### 🏡 Chore

- Update playground link ([48fa538](https://github.com/Teages/gqf/commit/48fa538))
- **typed:** Export typed node ([679170e](https://github.com/Teages/gqf/commit/679170e))
- **cli:** Improve type export ([c164a5b](https://github.com/Teages/gqf/commit/c164a5b))
- ⚠️ Improve config file ([21f9453](https://github.com/Teages/gqf/commit/21f9453))

### ✅ Tests

- Improve test coverage ([9f53e34](https://github.com/Teages/gqf/commit/9f53e34))

#### ⚠️ Breaking Changes

- ⚠️ Improve config file ([21f9453](https://github.com/Teages/gqf/commit/21f9453))

### ❤️ Contributors

- Teages ([@Teages](http://github.com/Teages))

## v0.1.1

[compare changes](https://github.com/Teages/gqf/compare/v0.1.0...v0.1.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@teages/gqf",
"type": "module",
"version": "0.1.1",
"version": "0.2.0",
"packageManager": "[email protected]",
"description": "Writing GraphQL queries with type safety and type hints, power by TypeScript.",
"license": "MIT",
Expand Down

0 comments on commit ffd1d42

Please sign in to comment.