diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d2053..1d2a9a2 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. +### [0.0.20](https://github.com/mitch1009/witso/compare/nextee@0.0.19...nextee@0.0.20) (2024-05-05) + + +### Features + +* create src/config/index.ts, theme.ts and types.ts ([55bf334](https://github.com/mitch1009/witso/commit/55bf334c5fc0ea3122d4a807716bd667b47c2eaa)) + ### [0.0.19](https://github.com/mitch1009/witso/compare/nextee@0.0.18...nextee@0.0.19) (2024-05-04) ### [0.0.18](https://github.com/mitch1009/witso/compare/nextee@0.0.17...nextee@0.0.18) (2024-05-04) diff --git a/package.json b/package.json index 25f541f..830bfc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextee", - "version": "0.0.19", + "version": "0.0.20", "private": true, "scripts": { "dev": "next dev --port 7766",