Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
117 committed Sep 22, 2024
1 parent a673859 commit 5b2bd1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![version](https://img.shields.io/jsr/v/%40117/throttle?style=flat-square&color=%23ff51bc&label=version)
![status](https://img.shields.io/github/actions/workflow/status/117/throttle/deploy.yml?style=flat-square)

A throttle function implementation for Deno that manages request rates.
A token bucket rate limiter for Deno.

## Contents

Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@117/throttle",
"description": "A token bucket rate limiter for Deno.",
"version": "1.0.0",
"version": "1.0.1",
"exports": "./mod.ts",
"imports": {
"@/": "./",
Expand Down

0 comments on commit 5b2bd1c

Please sign in to comment.