diff --git a/CHANGELOG.md b/CHANGELOG.md index f9f96c1..2e04398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ # Upcoming +# v0.2.1 + +Date: 2024-04-21T21:47:25.224Z + - Remove unnecessary dependencies # v0.2.0 diff --git a/package-lock.json b/package-lock.json index 911ab7e..d564484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "query-bin", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "query-bin", - "version": "0.2.0", + "version": "0.2.1", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 981a63e..ba6e789 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "query-bin", - "version": "0.2.0", + "version": "0.2.1", "description": "A list with queries like in the 'testing-library'", "types": "index.d.s", "type": "module",