Skip to content

Commit

Permalink
Merge pull request #191 from oliver-oloughlin/patch-0.35.1
Browse files Browse the repository at this point in the history
chore: incremented version & added score badge
  • Loading branch information
oliver-oloughlin authored Mar 6, 2024
2 parents 338c23f + 9c9eb68 commit e371839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# kvdex

[![Release](https://img.shields.io/github/release/oliver-oloughlin/kvdex)](https://github.com/oliver-oloughlin/kvdex/releases)
[![Score](https://jsr.io/badges/@olli/kvdex/score)](https://jsr.io/@olli/kvdex/score)
[![Tests](https://img.shields.io/github/actions/workflow/status/oliver-oloughlin/kvdex/test.yml?label=tests)](https://github.com/oliver-oloughlin/kvdex/actions/workflows/test.yml)
[![License](https://img.shields.io/github/license/oliver-oloughlin/kvdex)](https://github.com/oliver-oloughlin/kvdex/blob/main/LICENSE)

Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@olli/kvdex",
"version": "0.35.0",
"version": "0.35.1",
"exports": {
".": "./mod.ts",
"./ext/zod": "./ext/zod.ts",
Expand Down

0 comments on commit e371839

Please sign in to comment.