Skip to content

Commit

Permalink
fix: rolls back the 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwicopple committed Oct 20, 2020
1 parent c752839 commit 83549ac
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Releases

Releases are handled by Semantic release. This document is for forcing and documenting any non-code changes.

### v1.5.10

In this one we had to roll back the automatic Semantic release, which bumped the version to 2.0.0.

This release containes some breaking changes:

```js
// previously
let client = new Client()

// this release
let client = new GoTrueClient()
```

0 comments on commit 83549ac

Please sign in to comment.