Skip to content

Commit f01da14

Browse files
chore: version packages (#20)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf03a1e commit f01da14

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.changeset/export-code-exchange-types.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/nylas-connect/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nylas/connect
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- bf03a1e: Export CodeExchangeMethod and CodeExchangeParams types for custom code exchange implementations.
8+
39
## 1.1.0
410

511
### Minor Changes

packages/nylas-connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nylas/connect",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Modern, lightweight Nylas connection library with PKCE support",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)