Skip to content

Commit

Permalink
Prepare v0.11.4-a.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0grog committed Nov 1, 2024
1 parent 804190a commit 6d49b78
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,16 @@ npm test

## Release History

* 0.11.4-a.1 (2024-10-31)

This pre-release is meant for testing a fix for #119.

**Bug Fixes:**

* Typings: Ensure `BufferedMetricsLogger` is seen as an actual class & type when importing in TypeScript. (#120)

[View diff](https://github.com/dbader/node-datadog-metrics/compare/v0.11.3...v0.11.4-a.1)

* 0.11.3 (2024-10-31)

No changes in this release since v0.11.2. This fixes a publishing error with v0.11.3a1.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datadog-metrics",
"version": "0.11.3",
"version": "0.11.4-a.1",
"description": "Buffered metrics reporting via the Datadog HTTP API",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6d49b78

Please sign in to comment.