Skip to content

Commit

Permalink
Release v4.0.0-beta.1 (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored May 17, 2023
1 parent 39ffbeb commit 0281092
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ workflows:
parameters:
node-version: ["16.18", "18.12", "20.0"]
- ship/node-publish:
publish-command: npm publish --tag beta
publish-command: npm run build && npm publish --tag beta
requires:
- build-and-test
context:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Change Log

## [v4.0.0-beta.0](https://github.com/auth0/node-auth0/tree/v4.0.0-beta.0) (2023-05-15)
## [v4.0.0-beta.1](https://github.com/auth0/node-auth0/tree/v4.0.0-beta.1) (2023-05-15)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v3.4.0...v4.0.0-beta.0)
[Full Changelog](https://github.com/auth0/node-auth0/compare/v3.4.0...v4.0.0-beta.1)

- Rewritten from the ground up in TypeScript
- Full TypeScript coverage of methods, request paramters, bodies, errors and responses
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"description": "SDK for Auth0 API v2",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 0281092

Please sign in to comment.