Skip to content

Commit

Permalink
Add deno support to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Douile committed Oct 9, 2023
1 parent d8e60a0 commit dfddd81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* Moved the library a `module`.
* CLI: Resolved incorrect error message when querying with a non-existent protocol name.
* Replaced deprecated internal `punycode` with the [punycode](https://www.npmjs.com/package/punycode) package.
* Added Deno support: the library and CLI should now be experimentally usable with the [Deno runtime](https://deno.com)
* `deno run --allow-net --allow-read=. bin/gamedig.js --type tf2 127.0.0.1`

### 4.1.0
* Replace `compressjs` dependency by `seek-bzip` to solve some possible import issues.
Expand Down

0 comments on commit dfddd81

Please sign in to comment.