Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v7.0.0 beta.3 Release #500

Merged
merged 3 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog

### 7.0.0-beta.3 / TBD
### 7.0.0-beta.3 / 2023-10-23
* Added support for the messages, drafts, and threads endpoints
* Added support for the free-busy endpoint
* Added support for native/custom authentication
* Added support for Connectors & Credentials APIs
* Fix `getAvailability` response type
* Fix path for destroying a redirect URI
* Fix model for updating an Event
* Fix response type for creating a webhook

### 7.0.0-beta.2 / 2023-08-21
* Fix issue with getting the current Nylas SDK package version
Expand Down
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';