From 9bad325ca648805467a7569e76f762502d5b51f7 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:26:33 +0000 Subject: [PATCH] chore(release): 0.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 7 ++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a9f2a..cf1b5f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/DXHeroes/cross-link-ai/compare/v0.3.0...v0.4.0) (2024-09-16) + + +### Bug Fixes + +* binaries to run ([f4dfb5d](https://github.com/DXHeroes/cross-link-ai/commit/f4dfb5d0a03f219b7911b579257a256b1108000b)) + ## [0.3.0](https://github.com/DXHeroes/cross-link-ai/compare/v0.2.0...v0.3.0) (2024-09-16) diff --git a/package.json b/package.json index f9f4582..8e59cbb 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "cross-link-ai", - "version": "0.3.0", + "version": "0.4.0", "description": "Find cross-links between two sitemaps", -"main": "./dist/bin.js", + "main": "./dist/bin.js", "scripts": { "start": "tsx ./src/main.ts", "build": "webpack", @@ -14,7 +14,8 @@ }, "bin": { "cross-link-ai": "./dist/bin.js" - }, "keywords": [], + }, + "keywords": [], "author": "Prokop Simek ", "license": "MIT", "dependencies": {