Skip to content

Commit

Permalink
release(version): Release 0.25.6
Browse files Browse the repository at this point in the history
## [0.25.6](v0.25.5...v0.25.6) (2022-10-13)

### Bug Fixes

* better error logging ([883724c](883724c))
* sync channel was broken ([f72a61a](f72a61a))
* update dependencies and use `import()` for `p-queue` instead of p-queue-compat package ([b7cb3d0](b7cb3d0))
  • Loading branch information
semantic-release-bot committed Oct 13, 2022
1 parent 883724c commit f3773d0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.25.6](https://github.com/Dwakof/ebot/compare/v0.25.5...v0.25.6) (2022-10-13)


### Bug Fixes

* better error logging ([883724c](https://github.com/Dwakof/ebot/commit/883724c96b4fb2b7e6dc129ee709b404eb3b041c))
* sync channel was broken ([f72a61a](https://github.com/Dwakof/ebot/commit/f72a61a5bfbb8d34f145ddfd2bfb18a8a61d8e71))
* update dependencies and use `import()` for `p-queue` instead of p-queue-compat package ([b7cb3d0](https://github.com/Dwakof/ebot/commit/b7cb3d01a8036795c7709b4e64b7421c020938f3))

## [0.25.5](https://github.com/Dwakof/ebot/compare/v0.25.4...v0.25.5) (2022-09-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ebot",
"version": "0.25.5",
"version": "0.25.6",
"description": "Ebot aka Ecto Botanical Otherworldly Traitorbot",
"homepage": "https://github.com/Dwakof/ebot#readme",
"bugs": {
Expand Down

0 comments on commit f3773d0

Please sign in to comment.