From 54868f4b726fce68b25f84f0228a03c19ce0f2d7 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Mon, 11 Sep 2023 15:50:30 -0700 Subject: [PATCH] build: 10.0.0 release --- LICENSE | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 93472e4..396084b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020, ReadMe +Copyright (c) 2023, ReadMe Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/package-lock.json b/package-lock.json index c37689c..4792a64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fetch-har", - "version": "9.0.0", + "version": "10.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fetch-har", - "version": "9.0.0", + "version": "10.0.0", "license": "ISC", "dependencies": { "@readme/data-urls": "^1.0.1", diff --git a/package.json b/package.json index 52e7354..e93cb10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetch-har", - "version": "9.0.0", + "version": "10.0.0", "description": "Make a fetch request from a HAR definition", "main": "dist/index.js", "types": "dist/index.d.ts",