Skip to content

Commit

Permalink
chore(release): 20.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [20.0.0](v19.0.0...v20.0.0) (2021-06-25)

### Features

* **queue:** improve factory methods for queue entities ([f3d6839](f3d6839))
* **queue:** return the pipeline ([8d997fd](8d997fd))

### BREAKING CHANGES

* **queue:** factory methods require a partial entity as argument.
  • Loading branch information
semantic-release-bot committed Jun 25, 2021
1 parent 9aab288 commit cabd5d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [20.0.0](https://github.com/scola84/lib/compare/v19.0.0...v20.0.0) (2021-06-25)


### Features

* **queue:** improve factory methods for queue entities ([f3d6839](https://github.com/scola84/lib/commit/f3d683926c6a99fbfc8c91406f519068bc03b495))
* **queue:** return the pipeline ([8d997fd](https://github.com/scola84/lib/commit/8d997fdfa252844ff568fb3f4c2e6feba792c724))


### BREAKING CHANGES

* **queue:** factory methods require a partial entity as argument.

# [19.0.0](https://github.com/scola84/lib/compare/v18.3.1...v19.0.0) (2021-06-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,5 @@
"test": "jest --preset ts-jest --runInBand"
},
"types": "./types/index.d.ts",
"version": "19.0.0"
"version": "20.0.0"
}

0 comments on commit cabd5d6

Please sign in to comment.