From b37a6952f7311b0565492e27878c6dc5429a1eae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 10:48:52 +0000 Subject: [PATCH] chore(main): release 1.6.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 898859e..6700726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.6.0](https://github.com/SandroMiguel/react-sceleto/compare/v1.5.0...v1.6.0) (2023-10-07) + + +### Features + +* new directory: appComponents/ ([ae88263](https://github.com/SandroMiguel/react-sceleto/commit/ae88263e8f2cf7f69f9fbfbd56a079b828fe496d)) + ## [1.5.0](https://github.com/SandroMiguel/react-sceleto/compare/v1.4.0...v1.5.0) (2023-10-06) diff --git a/package.json b/package.json index a2e1648..aa73c45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-sceleto", - "version": "1.5.0", + "version": "1.6.0", "description": "Sample file structure for React projects.", "scripts": { "start": "webpack --mode development --watch --progress",