Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fromthemills committed Jan 30, 2024
1 parent f220f3b commit 3063e7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dashdot Graphql Server

[![build](https://img.shields.io/github/workflow/status/wappla/graphql-server/Build?style=flat&colorA=000000&colorB=000000)](https://github.com/wappla/graphql-server/actions/workflows/on_push_main.yml)
[![build](https://img.shields.io/github/actions/workflow/status/wappla/graphql-server/on_push_main.yml?style=flat&colorA=000000&colorB=000000)](https://github.com/wappla/graphql-server/actions/workflows/on_push_main.yml)
[![codecov](https://img.shields.io/codecov/c/github/wappla/graphql-server?style=flat&colorA=000000&colorB=000000)](https://codecov.io/gh/wappla/graphql-server)

A simple high performance graphql handler using the power of JIT.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashdot/graphql-server",
"version": "0.6.0",
"version": "1.0.0",
"description": "A high performance graphql handler using the power of JIT.",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 3063e7f

Please sign in to comment.