From 40b51a03edf048c7848dd19fcc515e720e666439 Mon Sep 17 00:00:00 2001 From: KwilLuke Date: Wed, 16 Oct 2024 16:09:18 -0500 Subject: [PATCH] chore(release): 0.8.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 219783c..fee910a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/kwilteam/kwil-js/compare/v0.8.0...v0.8.2) (2024-10-16) + + +### Bug Fixes + +* **kwil:** separate authentication errors from call errors ([a43ca86](https://github.com/kwilteam/kwil-js/commit/a43ca869f5646a5a6f447d18a6d2110175c331a1)) + ### [0.8.1](https://github.com/kwilteam/kwil-js/compare/v0.8.0...v0.8.1) (2024-10-10) ## [0.8.0](https://github.com/kwilteam/kwil-js/compare/v0.7.1...v0.8.0) (2024-10-10) diff --git a/package-lock.json b/package-lock.json index cc97911..cd32aab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kwilteam/kwil-js", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@kwilteam/kwil-js", - "version": "0.8.1", + "version": "0.8.2", "license": "MIT", "dependencies": { "axios": "^0.27.2", diff --git a/package.json b/package.json index 94f0bdf..c964c42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kwilteam/kwil-js", - "version": "0.8.1", + "version": "0.8.2", "description": "", "main": "./dist/index.js", "types": "./dist/index.d.ts",