Skip to content

Commit

Permalink
(dump)v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vigan-abd committed Jul 31, 2023
1 parent c72d3d1 commit 544d2c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 1.1.0
- added support for priority task queue

# 1.0.1
- renamed package to @vigan-abd/task-queue-js

# 1.0.0
- initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vigan-abd/task-queue-js",
"version": "1.0.1",
"version": "1.1.0",
"description": "simple task queue for handling asynchronous operations",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 544d2c4

Please sign in to comment.