Skip to content

Commit

Permalink
chore: release 0.9.29 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-bot authored Jan 29, 2021
1 parent a239625 commit 9f002e8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/babelify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.NODE_PKG_RELEASE_TOKEN }}
- uses: actions/setup-node@v2
with:
node-version: 15
- name: Install dependencies
run: npm ci
- run: npm run babelify
- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

* **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))

### [0.9.29](https://www.github.com/netlify/gotrue-js/compare/v0.9.28...v0.9.29) (2021-01-28)


### Bug Fixes

* **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))

## [0.9.27](https://github.com/netlify/gotrue-js/compare/v0.9.26...v0.9.27) (2020-09-07)


Expand Down
Loading

0 comments on commit 9f002e8

Please sign in to comment.