diff --git a/LICENSE b/LICENSE index a6ae47a..8e09621 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2020 ReadMe +Copyright © 2023 ReadMe Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in diff --git a/package-lock.json b/package-lock.json index 670cdf7..26b849d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jest-expect-har", - "version": "6.0.0", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jest-expect-har", - "version": "6.0.0", + "version": "7.0.0", "license": "MIT", "dependencies": { "@types/har-format": "^1.2.13", diff --git a/package.json b/package.json index b694f9e..9d2c130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-expect-har", - "version": "6.0.0", + "version": "7.0.0", "description": "Jest matcher for asserting valid HAR definitions", "main": "dist/index.js", "types": "dist/index.d.ts",