From 8978c5ebfb9db5081b63ea7610b58ab44e6c16ad Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Mon, 11 Dec 2023 14:20:45 -0800 Subject: [PATCH] update changelog --- .github/workflows/ci.yml | 1 - changelog.md | 5 ++--- package-lock.json | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9573a18..2759041 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ on: env: CI: true - node-version: 20 jobs: lint: diff --git a/changelog.md b/changelog.md index ac3dfec..5775887 100644 --- a/changelog.md +++ b/changelog.md @@ -2,11 +2,10 @@ All notable changes to the "stun" package will be documented in this file. -## [2.1.1] - 2023-12-09 +## [2.1.1] - 2023-12-11 - dep(parse-url): replace with native URL - - require node.js >= 10 -- ci: replace Travis with GHA +- ci: replace Travis with GitHub Actions ## [2.1.0] - 2019-11-23 diff --git a/package-lock.json b/package-lock.json index c90f5ab..154392c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "prettier": "^1.19.1" }, "engines": { - "node": ">=10.24" + "node": ">=8.3" } }, "node_modules/@aashutoshrathi/word-wrap": {