Skip to content

Commit

Permalink
chore(release): 4.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-next.1](v3.0.1...v4.0.0-next.1) (2023-01-30)

### Bug Fixes

* upgrade autocannon from 7.9.0 to 7.10.0 ([5a4df5e](5a4df5e))

### Features

* .datsrc config file ([38588aa](38588aa))
* pin node lts ([31b1cfe](31b1cfe))
* use as a cli ([12d45bb](12d45bb))

### BREAKING CHANGES

* Engine set to Node.js 18, the package may work with
older version tho
  • Loading branch information
semantic-release-bot committed Jan 30, 2023
1 parent 8e652f0 commit e464873
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [4.0.0-next.1](https://github.com/immobiliare/dats/compare/v3.0.1...v4.0.0-next.1) (2023-01-30)


### Bug Fixes

* upgrade autocannon from 7.9.0 to 7.10.0 ([5a4df5e](https://github.com/immobiliare/dats/commit/5a4df5e6550febd35718309f943ce5c25ee44509))


### Features

* .datsrc config file ([38588aa](https://github.com/immobiliare/dats/commit/38588aafdc70fb0b3000bf8c4894f134b8f22eaf))
* pin node lts ([31b1cfe](https://github.com/immobiliare/dats/commit/31b1cfe389889ce2fc8317e7215f6e6211215af9))
* use as a cli ([12d45bb](https://github.com/immobiliare/dats/commit/12d45bbe42635f8c929a5baa7998ec711394a165))


### BREAKING CHANGES

* Engine set to Node.js 18, the package may work with
older version tho

## [3.0.1](https://github.com/immobiliare/dats/compare/v3.0.0...v3.0.1) (2022-06-06)

### Bug Fixes
Expand Down
7 changes: 3 additions & 4 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": "3.0.1",
"version": "4.0.0-next.1",
"description": "Minimalistic zero-dependencies UDP/TCP statsd client for Node.js",
"bin": {
"dats": "./dist/dats-cli.js"
Expand Down

0 comments on commit e464873

Please sign in to comment.