Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Teages committed Jun 6, 2024
1 parent 1352ece commit b5b4af0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Changelog


## v0.1.0

[compare changes](https://github.com/Teages/gqf/compare/v0.0.1...v0.1.0)

### 🩹 Fixes

- **cli:** Exec format error ([df8ffb6](https://github.com/Teages/gqf/commit/df8ffb6))

### 🏡 Chore

- Fix typo ([e646f28](https://github.com/Teages/gqf/commit/e646f28))
- Clean up package.json ([e1f003d](https://github.com/Teages/gqf/commit/e1f003d))
- **cli:** ⚠️ Improve cli ([9537b65](https://github.com/Teages/gqf/commit/9537b65))
- Apply automated fixes ([1352ece](https://github.com/Teages/gqf/commit/1352ece))

#### ⚠️ Breaking Changes

- **cli:** ⚠️ Improve cli ([9537b65](https://github.com/Teages/gqf/commit/9537b65))

### ❤️ Contributors

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

## v0.0.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.0.1",
"version": "0.1.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 b5b4af0

Please sign in to comment.