diff --git a/CHANGELOG.md b/CHANGELOG.md index 617deeec..00e02f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.11](https://github.com/tada5hi/locter/compare/v1.0.10...v1.0.11) (2023-03-26) + + +### Bug Fixes + +* **deps:** bump ebec from 0.2.1 to 1.0.0 ([#231](https://github.com/tada5hi/locter/issues/231)) ([fa5c0f3](https://github.com/tada5hi/locter/commit/fa5c0f3dcd1f29e8aae9468274b9479222f4f007)) +* **deps:** bump glob from 9.3.0 to 9.3.2 ([#235](https://github.com/tada5hi/locter/issues/235)) ([6b563f8](https://github.com/tada5hi/locter/commit/6b563f8f4ed922a13eb34969e0b8e73c62e9e094)) + ## [1.0.10](https://github.com/tada5hi/locter/compare/v1.0.9...v1.0.10) (2023-03-17) diff --git a/package-lock.json b/package-lock.json index dfcccd43..dd5f444b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "locter", - "version": "1.0.10", + "version": "1.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "locter", - "version": "1.0.10", + "version": "1.0.11", "license": "MIT", "dependencies": { "ebec": "^1.0.0", diff --git a/package.json b/package.json index e1740601..d7481ce2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "locter", - "version": "1.0.10", + "version": "1.0.11", "description": "A library to locate a file/module by criteria and load it!", "author": { "name": "Peter Placzek",