Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Nov 11, 2021
1 parent 78a1282 commit 3537d72
Show file tree
Hide file tree
Showing 176 changed files with 25,883 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.1.0](https://github.com/gearsdigital/reporter-for-kirby/compare/v4.0.0...v4.1.0) (2021-11-11)


### Bug Fixes

* update composer to reflect the latest additions ([09de70e](https://github.com/gearsdigital/reporter-for-kirby/commit/09de70efcd31246c83c76340cc370e811c84b1b4))


### Features

* add semantic release to automate the release process ([addb13e](https://github.com/gearsdigital/reporter-for-kirby/commit/addb13efc0a293667cb3b3480fdd4e446ef41e73))

# [4.0.0](https://github.com/gearsdigital/reporter-for-kirby/compare/v3.0.1...v4.0.0) (2021-11-11)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gearsdigital/reporter-for-kirby",
"version": "4.0.0",
"version": "4.1.0",
"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.",
"type": "kirby-plugin",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion index.js

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

7 changes: 7 additions & 0 deletions vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitb5702303ab237edf7d5336f17f2499e4::getLoader();
Loading

0 comments on commit 3537d72

Please sign in to comment.