From bf2672fa3adb3318f0d264fa91feeffc6dd00584 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Wed, 15 Nov 2023 16:41:06 +0000 Subject: [PATCH] Release v3.7.2 --- .circleci/config.yml | 3 ++- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 819cff015..0a5accf52 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,6 +44,7 @@ workflows: parameters: node-version: ["14.20", "16.18", "18.12"] - ship/node-publish: + publish-command: npm publish --tag v3 pkg-manager: yarn requires: - build-and-test @@ -53,4 +54,4 @@ workflows: filters: branches: only: - - master + - v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c75c68e..579d1b5d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v3.7.2](https://github.com/auth0/node-auth0/tree/v3.7.2) (2023-11-15) + +[Full Changelog](https://github.com/auth0/node-auth0/compare/v3.7.1...v3.7.2) + +**Security** + +- Bump Axios to resolve CVE-2023-45857 [\#968](https://github.com/auth0/node-auth0/pull/968) ([frederikprijck](https://github.com/frederikprijck)) + ## [v3.7.1](https://github.com/auth0/node-auth0/tree/v3.7.1) (2023-09-11) [Full Changelog](https://github.com/auth0/node-auth0/compare/v3.7.0...v3.7.1) diff --git a/package.json b/package.json index ce36334f3..e1d116979 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0", - "version": "3.7.1", + "version": "3.7.2", "description": "SDK for Auth0 API v2", "main": "src/index.js", "module": "src/index.mjs",