Skip to content

Commit 9f002e8

Browse files
authored
chore: release 0.9.29 (#281)
1 parent a239625 commit 9f002e8

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

.github/workflows/babelify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12+
with:
13+
token: ${{ secrets.NODE_PKG_RELEASE_TOKEN }}
1214
- uses: actions/setup-node@v2
1315
with:
1416
node-version: 15
17+
- name: Install dependencies
18+
run: npm ci
1519
- run: npm run babelify
1620
- uses: stefanzweifel/git-auto-commit-action@v4
1721
with:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
* **docs-readme:** add note about using admin methods with Netlify CLI ([#234](https://github.com/netlify/gotrue-js/issues/234)) ([5f3d504](https://github.com/netlify/gotrue-js/commit/5f3d504b3694610d56027bf40ef7fbf2f1f37eaa))
77

8+
### [0.9.29](https://www.github.com/netlify/gotrue-js/compare/v0.9.28...v0.9.29) (2021-01-28)
9+
10+
11+
### Bug Fixes
12+
13+
* **security:** don't log token on parsing errors ([#279](https://www.github.com/netlify/gotrue-js/issues/279)) ([1334f52](https://www.github.com/netlify/gotrue-js/commit/1334f5289a53f226defdea99d694788cfae290b5))
14+
815
## [0.9.27](https://github.com/netlify/gotrue-js/compare/v0.9.26...v0.9.27) (2020-09-07)
916

1017

0 commit comments

Comments
 (0)