Skip to content

Commit 09b910d

Browse files
chore: version packages (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 429e6b9 commit 09b910d

File tree

6 files changed

+13
-32
lines changed

6 files changed

+13
-32
lines changed

.changeset/add-husky.md

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

.changeset/add-oxlint-linter.md

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

.changeset/fix-release-workflow.md

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

.changeset/silent-eggs-dream.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @nylas/connect
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 255906c: Add Husky git hooks: pre-commit and pre-push run ggshield secret scans.
8+
- 429e6b9: fix: correct GitHub Actions release workflow commands
9+
10+
Fixed the changesets action to use proper script commands instead of tool version output, and added NODE_AUTH_TOKEN for NPM authentication.
11+
12+
- 255906c: Validating the github actions workflow

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": "0.0.1",
3+
"version": "0.0.2",
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)