From 628aeff0d6d11b0f1b9f05a01f25dd83abd4ba01 Mon Sep 17 00:00:00 2001 From: Paul Taylor Date: Fri, 14 Jul 2023 16:19:01 +0100 Subject: [PATCH] chore: version bump --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 396abe1..abe76c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bigbite/build-tools", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bigbite/build-tools", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "dependencies": { "@babel/core": "^7.14.8", diff --git a/package.json b/package.json index eb22583..94f36f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigbite/build-tools", - "version": "1.2.2", + "version": "1.2.3", "description": "Provides configuration for the Big Bite Build Tools.", "author": "Paul Taylor (https://github.com/ampersarnie)", "engines": {