From f437de3af3b349d84111efe8b6b862ea7fe03fc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:16:19 +0000 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4315df8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 0.2.0 (2024-09-16) + + +### Features + +* all intersections found and processed ([2e4ee5f](https://github.com/DXHeroes/cross-link-ai/commit/2e4ee5fd6ea16c7a81fcce858a2d647cf3b9e89d)) +* finding intersections with AI ([8c05de5](https://github.com/DXHeroes/cross-link-ai/commit/8c05de5153c2d005e6f3fe0c5739e74ef4ce1063)) +* update linking ([b7c470f](https://github.com/DXHeroes/cross-link-ai/commit/b7c470f484920a274dee7c140194bd52f3712dfb)) + + +### Miscellaneous Chores + +* release 0.2.0 ([81bb3e5](https://github.com/DXHeroes/cross-link-ai/commit/81bb3e5046e51705eae4007d61085d7af179c854)) diff --git a/package.json b/package.json index 0462eed..51c987f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cross-link-ai", - "version": "0.1.0", + "version": "0.2.0", "description": "Find cross-links between two sitemaps", "main": "./src/main.ts", "scripts": {