Skip to content

Commit 0d7c065

Browse files
authored
Merge pull request #92 from PMDevSolutions/release-please--branches--main--components--claudius
chore(main): release 1.2.1
2 parents 5f47613 + cdde792 commit 0d7c065

6 files changed

Lines changed: 13 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.2.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.1](https://github.com/PMDevSolutions/Claudius/compare/v1.2.0...v1.2.1) (2026-05-26)
9+
10+
11+
### Bug Fixes
12+
13+
* **ci:** guard fromJSON against empty release PR output ([5f47613](https://github.com/PMDevSolutions/Claudius/commit/5f47613bfa6309be5d6bf3fc5db2608529d44786))
14+
* **ci:** guard fromJSON against empty release PR output ([0c00839](https://github.com/PMDevSolutions/Claudius/commit/0c008395866eb1e25a87aa7a67f78e7ca45c64a3))
15+
816
## [1.2.0](https://github.com/PMDevSolutions/Claudius/compare/v1.1.0...v1.2.0) (2026-05-26)
917

1018

cdn/claudius.iife.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claudius",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Embeddable AI chat widget for PMDS and client sites. React component + standalone script embed, powered by Cloudflare Workers and Claude.",
55
"private": true,
66
"type": "module",

widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claudius-chat-widget",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"type": "module",
66
"main": "dist/claudius.js",

worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claudius-chat-worker",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)