Skip to content
Snippets Groups Projects
Commit c949d333 authored by Hugo Denizart's avatar Hugo Denizart
Browse files

:bookmark: Release 0.10.0-rc.11

parent 9729225c
No related branches found
Tags v0.10.0-rc.11
No related merge requests found
Pipeline #5076 passed
......@@ -2,6 +2,10 @@
## Version 0.10
### Version 0.10.0-rc.11
- Fix stats with players who have non-decimal global accuracy
### Version 0.10.0-rc.10
- Switch to an actually FIFO rate-limiting library
......
......@@ -3,7 +3,7 @@
[![NPM](https://nodei.co/npm/bancho.js.png?compact=true)](https://nodei.co/npm/bancho.js/)
[![pipeline status](https://git.cartooncraft.fr/ThePooN/bancho.js/badges/master/pipeline.svg)](https://git.cartooncraft.fr/ThePooN/bancho.js/commits/master)
## Current release: 0.10.0-rc.10
## Current release: 0.10.0-rc.11
# Introduction
......
{
"name": "bancho.js",
"version": "0.10.0-rc.10",
"version": "0.10.0-rc.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bancho.js",
"version": "0.10.0-rc.10",
"version": "0.10.0-rc.11",
"license": "GPL-3.0",
"dependencies": {
"nodesu": "^0.7.2",
......
{
"name": "bancho.js",
"version": "0.10.0-rc.10",
"version": "0.10.0-rc.11",
"description": "Interface with Bancho over IRC, made easy and reliable",
"main": "index.js",
"types": "index.d.ts",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment