Skip to content

Commit

Permalink
chore(release): 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KwilLuke committed Oct 10, 2024
1 parent c28692d commit e3076ec
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.8.0](https://github.com/kwilteam/kwil-js/compare/v0.7.1...v0.8.0) (2024-10-10)


### ⚠ BREAKING CHANGES

* **auth:** `auth.logout` is now `auth.logoutKGW`

Kwil.call refactor for public, kgw, private.

Signed-off-by: Ty D'Angelo <tydangelo18@gmail.com>

### Features

* kwild private mode authentication ([5a926e2](https://github.com/kwilteam/kwil-js/commit/5a926e25bae07b9ff969e7225a6d731d64e10b47))


### Bug Fixes

* **kwil:** chain info shape ([e8b9dfd](https://github.com/kwilteam/kwil-js/commit/e8b9dfd69447862fa8ee7a6af2132ddb9268b262))


* **auth:** change `logout` to `logoutKGW` ([c5d89e4](https://github.com/kwilteam/kwil-js/commit/c5d89e4405d17491a01030167004037fcedb49cc)), closes [#94](https://github.com/kwilteam/kwil-js/issues/94)

### [0.7.1](https://github.com/kwilteam/kwil-js/compare/v0.7.0...v0.7.1) (2024-06-10)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Make sure to use the correct version of the Kwil-JS SDK for the version of the [

| Kwil-JS Version | Kwil-DB Version |
| :-------------: | :-------------: |
| v0.9 | v0.8 |
| v0.7 | v0.8 |
| v0.6 | v.0.7 only |
| v0.5 | v0.6 & v0.7 |

## Installation

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kwilteam/kwil-js",
"version": "0.7.1",
"version": "0.8.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit e3076ec

Please sign in to comment.