Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Dec 29, 2024
1 parent 997b30f commit 3295072
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "johannschopplich/kirby-copilot",
"description": "AI-powered content generation for Kirby CMS",
"type": "kirby-plugin",
"version": "2.1.2",
"version": "2.2.0",
"keywords": [
"ai",
"content",
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kirby-copilot",
"type": "module",
"version": "2.1.2",
"version": "2.2.0",
"private": true,
"packageManager": "pnpm@9.15.1",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'johannschopplich/kirby-copilot',
'pretty_version' => '2.1.2',
'version' => '2.1.2.0',
'pretty_version' => '2.2.0',
'version' => '2.2.0.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand All @@ -20,8 +20,8 @@
'dev_requirement' => false,
),
'johannschopplich/kirby-copilot' => array(
'pretty_version' => '2.1.2',
'version' => '2.1.2.0',
'pretty_version' => '2.2.0',
'version' => '2.2.0.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit 3295072

Please sign in to comment.