Skip to content

Commit e4488af

Browse files
author
Github Actions
committed
chore(release): 5.0.0
1 parent 04fd9c3 commit e4488af

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.0.0](https://github.com/jorgenkg/promise-priority-queue/compare/v4.0.0...v5.0.0) (2021-07-15)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* replaced the parameter `size` with the getter function `getSize()`
11+
12+
### Bug Fixes
13+
14+
* remove size property and replace it with getSize() ([04fd9c3](https://github.com/jorgenkg/promise-priority-queue/commit/04fd9c3c8b38ee979de848f76003048e4f346a44))
15+
* task fn should not accept arguments ([a0706ea](https://github.com/jorgenkg/promise-priority-queue/commit/a0706ea269c9147eb00007dd4c2364c3036b4eb6))
16+
517
## [4.0.0](https://github.com/jorgenkg/promise-priority-queue/compare/v3.0.0...v4.0.0) (2021-07-15)
618

719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promise-priority-queue",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)