Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit c37228e

Browse files
author
williamd5
authored
Merge branch 'main' into feature/callbacks
2 parents c6664b2 + 2db70ee commit c37228e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Unit tests
22
'on':
33
pull_request:
44
types: [ opened, synchronize, reopened ]
5+
push:
6+
branches:
7+
- 'main'
58
jobs:
69
test:
710
name: 'Node.js v${{ matrix.node }}'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Rate limiting utility
2-
![version: 1.1.0](https://img.shields.io/badge/version-1.1.0-%233b82f6)
2+
![version: 1.1.1](https://img.shields.io/badge/version-1.1.1-%233b82f6)
33
![test: passing](https://img.shields.io/badge/tests-passing-%2316a34a)
44
![coverage: 100%](https://img.shields.io/badge/coverage-100%25-%2316a34a)
55
![build: passing](https://img.shields.io/badge/build-passing-%2316a34a)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cldn-ratelimit",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Simple ratelimiter for Node.js",
55
"main": "lib/RateLimit.js",
66
"type": "module",

0 commit comments

Comments
 (0)