Skip to content

Commit

Permalink
chore(release): 2.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.2](v2.1.1...v2.1.2) (2025-02-13)

### Documentation

* **readme:** add docs for canceling jobs mid-operation ([#48](#48)) ([2907eb7](2907eb7))
* **readme:** align readme code blocks formatting inconsistencies ([#50](#50)) ([5c7438e](5c7438e))
* **readme:** fix code blocks inconsistent indentation to 2 spaces strictly ([#49](#49)) ([b1a4fcf](b1a4fcf))
  • Loading branch information
semantic-release-bot committed Feb 13, 2025
1 parent 5644d20 commit aa692d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.1.2](https://github.com/shtaif/Qyu/compare/v2.1.1...v2.1.2) (2025-02-13)


### Documentation

* **readme:** add docs for canceling jobs mid-operation ([#48](https://github.com/shtaif/Qyu/issues/48)) ([2907eb7](https://github.com/shtaif/Qyu/commit/2907eb701d5a540e562103becaeeb91df6e027e6))
* **readme:** align readme code blocks formatting inconsistencies ([#50](https://github.com/shtaif/Qyu/issues/50)) ([5c7438e](https://github.com/shtaif/Qyu/commit/5c7438e2a2e1b102b7e0ea7ebc5aad5f98971f6d))
* **readme:** fix code blocks inconsistent indentation to 2 spaces strictly ([#49](https://github.com/shtaif/Qyu/issues/49)) ([b1a4fcf](https://github.com/shtaif/Qyu/commit/b1a4fcf1534312cd27d7c8edcedd87f1eaae64df))

## [2.1.1](https://github.com/shtaif/Qyu/compare/v2.1.0...v2.1.1) (2025-02-10)

# [2.1.0](https://github.com/shtaif/Qyu/compare/v2.0.0...v2.1.0) (2025-02-10)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qyu",
"description": "A general-purpose asynchronous job queue for Node.js",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",
"author": "Dor Shtaif <dorshtaif@gmail.com>",
"keywords": [
Expand Down

0 comments on commit aa692d7

Please sign in to comment.