# [2022-04-01] Nylas Node.js SDK v6.2.2

Source: https://developer.nylas.com/docs/new/v2-changelogs/2022-04-01-node-sdk-v6-2-2/

The Nylas Node.js SDK v6.2.2 has been released!

- GitHub: [Nylas Node.js SDK](https://github.com/nylas/nylas-nodejs/releases/tag/v6.2.2)
- Distribution: [npm](https://www.npmjs.com/package/nylas/v/6.2.2)

## New

- Raw message data is now retrievable using `message_id` instead of first fetching the message.
- Added the `authenticationType` field for `ManagementAccount`.

## Bug Fixes

- Fixed a JSON error response for the Nylas API returning a non-JSON error payload.