From 31a7e523975c631dec3ba28303ab7043dbbf98b6 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Mon, 11 Dec 2023 17:05:26 -0800 Subject: [PATCH] doc(changelog): update for v3 --- .github/workflows/ci.yml | 2 +- changelog.md | 19 ++++++++++++++++--- package.json | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2759041..7eb70c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: strategy: matrix: node-version: - - 8 + - 10 - ${{ fromJson(needs.get-lts.outputs.active) }} fail-fast: false steps: diff --git a/changelog.md b/changelog.md index 5775887..468b99b 100644 --- a/changelog.md +++ b/changelog.md @@ -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`. diff --git a/package.json b/package.json index 5327a9c..06f4589 100644 --- a/package.json +++ b/package.json @@ -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": {