From 024592833ac80cafabf6d1a2961c342ea38b5e63 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Nov 2022 20:07:27 +0000 Subject: [PATCH] chore(release): 2.1.3 [skip ci] ## [2.1.3](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v2.1.2...v2.1.3) (2022-11-15) ### Bug Fixes * better messages for 4xx errors ([#87](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/87)) ([115486e](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/115486e59353be23bab3a3c204597863302edcd3)) --- 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 866ed75..9bdad9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.3](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v2.1.2...v2.1.3) (2022-11-15) + + +### Bug Fixes + +* better messages for 4xx errors ([#87](https://github.com/BugSplat-Git/bugsplat-js-api-client/issues/87)) ([115486e](https://github.com/BugSplat-Git/bugsplat-js-api-client/commit/115486e59353be23bab3a3c204597863302edcd3)) + ## [2.1.2](https://github.com/BugSplat-Git/bugsplat-js-api-client/compare/v2.1.1...v2.1.2) (2022-11-10) diff --git a/package-lock.json b/package-lock.json index 9f60ac8..7918cb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bugsplat/js-api-client", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bugsplat/js-api-client", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "dependencies": { "argument-contracts": "^1.2.3", diff --git a/package.json b/package.json index 9274418..4c664a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bugsplat/js-api-client", "description": "JS client for consuming the BugSplat API", - "version": "2.1.2", + "version": "2.1.3", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "files": [