Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 16, 2024
1 parent f4dfb5d commit 9bad325
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -14,7 +14,8 @@
},
"bin": {
"cross-link-ai": "./dist/bin.js"
}, "keywords": [],
},
"keywords": [],
"author": "Prokop Simek <prokop.simek@dxheroes.io>",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 9bad325

Please sign in to comment.