From 5f376d028cd729884428176339302dd7202605b4 Mon Sep 17 00:00:00 2001 From: Josh Justice Date: Sun, 19 Sep 2021 15:16:25 -0400 Subject: [PATCH] Bump version to 0.0.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31fe2c1..678fa04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codingitwrong/jsonapi-client", - "version": "0.0.9", + "version": "0.0.10", "description": "A vanilla JS client for JSON:API services", "main": "index.js", "repository": "git@github.com:codingitwrong/jsonapi-client.git",