Skip to content

Commit 12db250

Browse files
committed
I lied, we require Deno 2.1+
1 parent f420f3b commit 12db250

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install Deno
6767
uses: denoland/setup-deno@v2
6868
with:
69-
deno-version: '~2.0'
69+
deno-version: '~2.1'
7070

7171
- name: Install dependencies
7272
run: deno install

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The downside of using the HTTP API is that it can negatively affect your app's p
1212

1313
## Installation
1414

15-
Datadog-metrics is compatible with Node.js v14 and later and Deno 2.0 and later. You can install it with NPM:
15+
Datadog-metrics is compatible with Node.js v14 and later and Deno 2.1 and later. You can install it with NPM:
1616

1717
```sh
1818
npm install datadog-metrics --save
@@ -372,13 +372,13 @@ Contributions are always welcome! For more info on how to contribute or develop
372372

373373
**Breaking Changes:**
374374

375-
* The minimum required Node.js version is now v14.0.0 and Deno version is 2.0.0.
375+
* The minimum required Node.js version is now v14.0.0 and Deno version is 2.1.0.
376376

377377
* The `code` property on `AuthorizationError` instances has been changed to `DATADOG_METRICS_AUTHORIZATION_ERROR` for clarity and consistency (it was previously `DATADOG_AUTHORIZATION_ERROR`). If you are using `errorInstance.code` to check types, make sure to update the string you were looking for.
378378

379379
**New Features:**
380380

381-
* Clarify this package is compatible with Deno (>= v2.0). We’ve silently worked on Deno for a long time, but never formally supported it before this release.
381+
* Clarify this package is compatible with Deno (>= v2.1). We’ve silently worked on Deno for a long time, but never formally supported it before this release.
382382

383383
**Deprecations:**
384384

@@ -800,4 +800,4 @@ Your contributions are always welcome! See [`CONTRIBUTING.md`](./CONTRIBUTING.md
800800
[npm-downloads]: https://img.shields.io/npm/dm/datadog-metrics.svg?style=flat-square
801801
[ci-status-image]: https://github.com/dbader/node-datadog-metrics/actions/workflows/ci.yml/badge.svg?branch=main
802802
[ci-status-url]: https://github.com/dbader/node-datadog-metrics/actions/workflows/ci.yml?query=branch%3Amain
803-
[deno-image]: https://shield.deno.dev/deno/2.0
803+
[deno-image]: https://shield.deno.dev/deno/2.1

0 commit comments

Comments
 (0)