Skip to content

Commit

Permalink
7.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrashed-dev committed Oct 23, 2023
1 parent 65edb84 commit e231fca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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": "nylas",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.",
"main": "lib/cjs/nylas.js",
"types": "lib/types/nylas.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is generated by scripts/exportVersion.js
export const SDK_VERSION = '7.0.0-beta.2';
export const SDK_VERSION = '7.0.0-beta.3';

0 comments on commit e231fca

Please sign in to comment.