Skip to content

Commit 3537d72

Browse files
chore(release): 4.1.0 [skip ci]
# [4.1.0](v4.0.0...v4.1.0) (2021-11-11) ### Bug Fixes * update composer to reflect the latest additions ([09de70e](09de70e)) ### Features * add semantic release to automate the release process ([addb13e](addb13e))
1 parent 78a1282 commit 3537d72

File tree

176 files changed

+25883
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+25883
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.1.0](https://github.com/gearsdigital/reporter-for-kirby/compare/v4.0.0...v4.1.0) (2021-11-11)
2+
3+
4+
### Bug Fixes
5+
6+
* update composer to reflect the latest additions ([09de70e](https://github.com/gearsdigital/reporter-for-kirby/commit/09de70efcd31246c83c76340cc370e811c84b1b4))
7+
8+
9+
### Features
10+
11+
* add semantic release to automate the release process ([addb13e](https://github.com/gearsdigital/reporter-for-kirby/commit/addb13efc0a293667cb3b3480fdd4e446ef41e73))
12+
113
# [4.0.0](https://github.com/gearsdigital/reporter-for-kirby/compare/v3.0.1...v4.0.0) (2021-11-11)
214

315

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gearsdigital/reporter-for-kirby",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Gather feedback directly out of the Panel! Enable your editors or clients to submit tasks, bugs and ideas either straight to your issue tracker or by E-Mail.",
55
"type": "kirby-plugin",
66
"license": "MIT",

index.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.

vendor/autoload.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
// autoload.php @generated by Composer
4+
5+
require_once __DIR__ . '/composer/autoload_real.php';
6+
7+
return ComposerAutoloaderInitb5702303ab237edf7d5336f17f2499e4::getLoader();

0 commit comments

Comments
 (0)