From 6ac9734008b83ace2c999dd7ea66ddc10cc11117 Mon Sep 17 00:00:00 2001 From: Mykso Bot Date: Sun, 24 Dec 2023 14:01:19 +0000 Subject: [PATCH] chore(release): 3.0.2 [skip ci] ## [3.0.2](https://github.com/mykso/myks/compare/v3.0.1...v3.0.2) (2023-12-24) ### Bug Fixes * **sync:** cover more cases of weird paths in vendir.yml configs ([#158](https://github.com/mykso/myks/issues/158)) ([722ce01](https://github.com/mykso/myks/commit/722ce01d5dc93b1e0437250297581e4e58839111)) * **sync:** trim path separator from vendir directories ([#156](https://github.com/mykso/myks/issues/156)) ([7299eae](https://github.com/mykso/myks/commit/7299eaee427213aa9ed0d929cbb2359c20764168)), closes [#155](https://github.com/mykso/myks/issues/155) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48559f7e..6c995731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.0.2](https://github.com/mykso/myks/compare/v3.0.1...v3.0.2) (2023-12-24) + + +### Bug Fixes + +* **sync:** cover more cases of weird paths in vendir.yml configs ([#158](https://github.com/mykso/myks/issues/158)) ([722ce01](https://github.com/mykso/myks/commit/722ce01d5dc93b1e0437250297581e4e58839111)) +* **sync:** trim path separator from vendir directories ([#156](https://github.com/mykso/myks/issues/156)) ([7299eae](https://github.com/mykso/myks/commit/7299eaee427213aa9ed0d929cbb2359c20764168)), closes [#155](https://github.com/mykso/myks/issues/155) + ## [3.0.1](https://github.com/mykso/myks/compare/v3.0.0...v3.0.1) (2023-12-22)