From bc2525467095df921a9258bdb917e9fb6c13bebe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 04:39:37 +0000 Subject: [PATCH] chore(master): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cda9cbd..10f3091 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c1d093..bd95643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/Loop3D/LoopDataConverter/compare/v0.1.2...v0.2.0) (2025-11-17) + + +### Features + +* Dev ([#6](https://github.com/Loop3D/LoopDataConverter/issues/6)) ([f6104a1](https://github.com/Loop3D/LoopDataConverter/commit/f6104a176252753ee9a1bf4c84d59b8a7bb6a365)) + ## [0.1.2](https://github.com/Loop3D/LoopDataConverter/compare/v0.1.1...v0.1.2) (2024-07-28)