From 5a5d8c7f5c41fdbb7181c543c7f87abe3652f4c1 Mon Sep 17 00:00:00 2001 From: Guy Ben-Aharon Date: Thu, 19 Feb 2026 18:23:16 +0200 Subject: [PATCH] chore(main): release 1.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 788d773..a34084d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/getclawe/clawe/compare/v1.0.1...v1.0.2) (2026-02-19) + + +### Bug Fixes + +* web image name ([#65](https://github.com/getclawe/clawe/issues/65)) ([37222f6](https://github.com/getclawe/clawe/commit/37222f69a9847cfff99d84af1a14f6a68e8405bd)) + ## [1.0.1](https://github.com/getclawe/clawe/compare/v1.0.0...v1.0.1) (2026-02-19) diff --git a/package.json b/package.json index b99d125..46d7ded 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,5 @@ "engines": { "node": ">=18" }, - "version": "1.0.1" + "version": "1.0.2" }