Skip to content

Commit

Permalink
v7.5.1 Release (#570)
Browse files Browse the repository at this point in the history
# Changelog
* Added collective availability method (#567)
* Fix crash when timeout encountered (#569)
* Bump `braces` sub-dependency from 3.0.2 to 3.0.3 (#568)
  • Loading branch information
mrashed-dev authored Jul 9, 2024
1 parent 7ac0a55 commit 65aa91d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 7.5.1 / 2024-07-09
* Added collective availability method
* Fix crash when timeout encountered
* Bump `braces` sub-dependency from 3.0.2 to 3.0.3

### 7.5.0 / 2024-05-17
* Added support for filtering by event type when listing events
* Added support for filtering a list of folders
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.5.0",
"version": "7.5.1",
"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.5.0';
export const SDK_VERSION = '7.5.1';

0 comments on commit 65aa91d

Please sign in to comment.