We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85f3e4 commit 28121b0Copy full SHA for 28121b0
2 files changed
benchmarks/yarn.lock
@@ -3,7 +3,7 @@
3
4
5
"@lojhan/resource-pool@file:..":
6
- version "2.0.0"
+ version "3.0.0"
7
8
generic-pool@^3.9.0:
9
version "3.9.0"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@lojhan/resource-pool",
- "version": "2.0.0",
+ "version": "3.0.0",
"description": "A generic resource pool implementation for Node.js written in TypeScript.",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
0 commit comments