Skip to content

Commit

Permalink
doc(changelog): update for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Dec 12, 2023
1 parent f8e8984 commit 31a7e52
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
node-version:
- 8
- 10
- ${{ fromJson(needs.get-lts.outputs.active) }}
fail-fast: false
steps:
Expand Down
19 changes: 16 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,31 @@
All notable changes to the "stun" package will be documented in this file.


## [2.1.1] - 2023-12-11
### [3.0.0] - 2023-12-12

- BREAKING: require node.js 10
- dep(debug): bump to 4.3.4
- dep(ip): bump to 2.0.0
- dep(meow): bump to 10.1.5
- dep(turbo-crc32): bump to 1.0.1
- dep(universalify): bump to 2.0.1
- dep(eslint): bump to 7.32.0
- dep(jest): bump to 27.5.1
- dep(eslint): bump to 7.32.0


### [2.1.1] - 2023-12-11

- dep(parse-url): replace with native URL
- ci: replace Travis with GitHub Actions


## [2.1.0] - 2019-11-23
### [2.1.0] - 2019-11-23

- `stun.request` supports promise interface.


## [2.0.0] - 2019-06-02
### [2.0.0] - 2019-06-02

- Add `request()` method to simplify client-side requests. Follow the `STUN` specification.
- All STUN-related errors inherit `StunError`. See `StunMessageError` and `StunResponseError`.
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": "stun",
"version": "2.1.1",
"version": "3.0.0",
"description": "Session Traversal Utilities for NAT (STUN) client and server.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 31a7e52

Please sign in to comment.