diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e34dc5c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 1.0.0 (2024-08-22) + + +### Features + +* add workflows ([84ffd0d](https://github.com/ptah-sh/storyngine/commit/84ffd0dc04952fb7338ddf92f2a325819b5a5fa1)) +* the storyngine mvp ([6a93294](https://github.com/ptah-sh/storyngine/commit/6a9329437ebc2de7098e08436ebf332cf00e3953)) + + +### Bug Fixes + +* nvmrc ([c980198](https://github.com/ptah-sh/storyngine/commit/c98019852c8399c468408ab5e2984937eb24121e)) +* pint ([a54712d](https://github.com/ptah-sh/storyngine/commit/a54712dd032b42632b8725be526e69af2c640264)) diff --git a/composer.json b/composer.json index 0e44802..ec2dbb5 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,10 @@ "name": "laravel/laravel", "type": "project", "description": "The skeleton application for the Laravel framework.", - "keywords": ["laravel", "framework"], + "keywords": [ + "laravel", + "framework" + ], "license": "MIT", "require": { "php": "^8.2",