diff --git a/CHANGELOG.md b/CHANGELOG.md index 6700726..fe0cb78 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.7.0](https://github.com/SandroMiguel/react-sceleto/compare/v1.6.0...v1.7.0) (2023-10-07) + + +### Features + +* new directory: context/ ([540c946](https://github.com/SandroMiguel/react-sceleto/commit/540c9464b1f0d82b151352a57a89c52afac8878d)) + ## [1.6.0](https://github.com/SandroMiguel/react-sceleto/compare/v1.5.0...v1.6.0) (2023-10-07) diff --git a/package.json b/package.json index aa73c45..33e03ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-sceleto", - "version": "1.6.0", + "version": "1.7.0", "description": "Sample file structure for React projects.", "scripts": { "start": "webpack --mode development --watch --progress",