Skip to content

Commit

Permalink
Bump version to v1.0.11: README and Documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ori88c committed Oct 7, 2024
1 parent ade3b26 commit 0d5483e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zero-backpressure-weighted-promise-semaphore",
"version": "1.0.10",
"version": "1.0.11",
"description": "A modern weighted promise semaphore for Node.js projects, ideal for managing workloads with varying processing requirements. It allows limiting the total weight of concurrently executing jobs, ensuring efficient resource utilization. Offering backpressure control for enhanced efficiency, utilizing a communicative API that signals availability. Additionally, it incorporates mechanisms for graceful termination and error handling, making it suitable for complex scenarios.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0d5483e

Please sign in to comment.