From 7206a07edefbe1d75fb0aa4abcea4350a02ab087 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 May 2024 09:08:49 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.64 # [1.0.0-alpha.64](https://github.com/blib-la/captain/compare/v1.0.0-alpha.63...v1.0.0-alpha.64) (2024-05-06) ### Features * add support for custom icons ([#266](https://github.com/blib-la/captain/issues/266)) ([fc6563e](https://github.com/blib-la/captain/commit/fc6563e2806d11276c8290488dd895e1cbacd331)), closes [#207](https://github.com/blib-la/captain/issues/207) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f6377f61..12cb490b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.64](https://github.com/blib-la/captain/compare/v1.0.0-alpha.63...v1.0.0-alpha.64) (2024-05-06) + + +### Features + +* add support for custom icons ([#266](https://github.com/blib-la/captain/issues/266)) ([fc6563e](https://github.com/blib-la/captain/commit/fc6563e2806d11276c8290488dd895e1cbacd331)), closes [#207](https://github.com/blib-la/captain/issues/207) + # [1.0.0-alpha.63](https://github.com/blib-la/captain/compare/v1.0.0-alpha.62...v1.0.0-alpha.63) (2024-05-05) diff --git a/README.md b/README.md index a448c1b02..bfbd2f3cf 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ apps effortlessly on your own computer.
- + Windows
diff --git a/package.json b/package.json index 8cec4078f..dd836343f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "captain", - "version": "1.0.0-alpha.63", + "version": "1.0.0-alpha.64", "private": true, "description": "The Captain of AI", "license": "AGPL 3.0",