Skip to content

Commit 2c458d1

Browse files
committed
Bump version to v1.0.1: README refinements
1 parent 00b27cd commit 2c458d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-oriented-slim-queue",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A slim and efficient in-memory queue with a basic API for Node.js projects. The implementation employs Data-Oriented Design using a cyclic buffer, optimizing memory layout through sequential item allocation.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)