Skip to content

Commit

Permalink
chore(release): 5.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.1](v5.0.0...v5.0.1) (2023-10-03)

### Bug Fixes

* **cli:** added missing shebang ([57b2762](57b2762))
* upgrade autocannon from 7.10.0 to 7.11.0 ([01b4d9d](01b4d9d))
* upgrade autocannon from 7.11.0 to 7.12.0 ([48931ca](48931ca))
  • Loading branch information
semantic-release-bot committed Oct 3, 2023
1 parent 57ea537 commit 5efc8ad
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 @@
## [5.0.1](https://github.com/immobiliare/dats/compare/v5.0.0...v5.0.1) (2023-10-03)


### Bug Fixes

* **cli:** added missing shebang ([57b2762](https://github.com/immobiliare/dats/commit/57b27626c046956e461fdf2cd5f7618d102e8fe4))
* upgrade autocannon from 7.10.0 to 7.11.0 ([01b4d9d](https://github.com/immobiliare/dats/commit/01b4d9dd58275a2cb140429e5cf2e0c52ca8bac0))
* upgrade autocannon from 7.11.0 to 7.12.0 ([48931ca](https://github.com/immobiliare/dats/commit/48931ca765a045974a029598edb8dbbf45cba693))

# [5.0.0](https://github.com/immobiliare/dats/compare/v4.1.0...v5.0.0) (2023-03-22)


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": "@immobiliarelabs/dats",
"version": "5.0.0",
"version": "5.0.1",
"description": "Minimalistic zero-dependencies UDP/TCP statsd client for Node.js",
"bin": {
"dats": "./dist/dats-cli.js"
Expand Down

0 comments on commit 5efc8ad

Please sign in to comment.