diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e3ffa..e55c9d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog + +## 0.4.1 - 2021-10-03 +It is time for Hacktoberfest!!! +- With template laravelpackage (no composer.lock), avoid cache vendors and cache package. Thanks to @hetpatel33 for the hacktoberfest contribution; +- Update PHP packages, also [Laralens 0.2.6](https://github.com/Hi-Folks/lara-lens); +- Update contributing file for new contributors. +- ## 0.4.0 - 2021-09-15 - Add command to generate automatically GitHub Actions workflow from composer.json, .env, migrations, packages.json diff --git a/composer.json b/composer.json index 1cd5e22..20ab5e3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,8 @@ { "name": "hifolks/gh-actions-yaml-generator", + "version": "0.4.1", "type": "project", - "description": "The Laravel Framework.", + "description": "Ghygen is a GitHub Actions configurator for your Laravel Application.", "keywords": [ "github", "github-actions", diff --git a/composer.lock b/composer.lock index 74374d5..62e6df3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e9866ca9a2d5814dfda737cd57d4f5d9", + "content-hash": "96ca2d802b3d276899f27ebaf27e1ac9", "packages": [ { "name": "asm89/stack-cors",