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",