diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..19c8e53 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +## [1.0.1](https://github.com/Walidoux/next-app-boilerplate/compare/v1.0.0...v1.0.1) (2023-02-10) + + +### Bug Fixes + +* 403 forbidden publish ([6b12abd](https://github.com/Walidoux/next-app-boilerplate/commit/6b12abd1d06376e9df2811fc1291f596106cc85e)) +* add missing semantic release config ([3a3688e](https://github.com/Walidoux/next-app-boilerplate/commit/3a3688e1394b3b7c8755d4bd2fc1a063c67ba571)) +* resolve unrecognizable ci job ([6af5714](https://github.com/Walidoux/next-app-boilerplate/commit/6af57140377f8d75b74ec78e48b9f25af72ff041)) +* test config releaserc ([084d825](https://github.com/Walidoux/next-app-boilerplate/commit/084d8254b411eaedfdd0a0ef6b3e28606ee0c3ea)) +* **types:** resolve type key ([169ea5d](https://github.com/Walidoux/next-app-boilerplate/commit/169ea5d30a832817ae9d275d88e1953712ef6224)) + + +### Reverts + +* reintegrate releaserc config ([aded12f](https://github.com/Walidoux/next-app-boilerplate/commit/aded12f4dbb704f6a85a29a6fce3700544a24fe0)) diff --git a/package.json b/package.json index 0f93ffa..6e88107 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-app-boilerplate", - "version": "0.0.0", + "version": "1.0.1", "private": true, "license": "MIT", "scripts": {