Skip to content

Commit 328b924

Browse files
committed
chore(release): 0.9.27 [skip ci]
## [0.9.27](v0.9.26...v0.9.27) (2020-09-07) ### Bug Fixes * **types:** make signup data argument optional ([#165](#165)) ([d1565a7](d1565a7))
1 parent d1565a7 commit 328b924

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.9.27](https://github.com/netlify/gotrue-js/compare/v0.9.26...v0.9.27) (2020-09-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** make signup data argument optional ([#165](https://github.com/netlify/gotrue-js/issues/165)) ([d1565a7](https://github.com/netlify/gotrue-js/commit/d1565a7d0576ff613b1c37c46a42d1fcbd720c7c))
7+
18
## [0.9.26](https://github.com/netlify/gotrue-js/compare/v0.9.25...v0.9.26) (2020-06-30)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gotrue-js",
33
"description": "GoTrue API client for JavaScript",
4-
"version": "0.9.26",
4+
"version": "0.9.27",
55
"author": "Mathias Biilmann Christensen",
66
"bugs": "https://github.com/netlify/micro-api-client-lib/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)