Skip to content

Commit

Permalink
Release v3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Nov 15, 2023
1 parent 8801cbd commit bf2672f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -53,4 +54,4 @@ workflows:
filters:
branches:
only:
- master
- v3
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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": "auth0",
"version": "3.7.1",
"version": "3.7.2",
"description": "SDK for Auth0 API v2",
"main": "src/index.js",
"module": "src/index.mjs",
Expand Down

0 comments on commit bf2672f

Please sign in to comment.