diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..aaa876a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ + + +# Changelog + +### [Version 0.0.1](https://github.com/anguer/uniapp-starter/compare/v0.0.0...v0.0.1) +Released on **2023-12-18** + + +#### 🐛 Bug Fixes + +- **misc**: Small fix. + + +
+ + + +
+Improvements and Fixes + + + +#### What's fixed + +* **misc**: Small fix ([f3f43c8](https://github.com/anguer/uniapp-starter/commit/f3f43c8)) + +
+ + +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
diff --git a/package.json b/package.json index 97fd12a..c8ce876 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,14 @@ { "name": "uniapp-starter", - "version": "0.0.0", - "keywords": ["uniapp", "starter", "vite", "vue3", "typescript", "next"], + "version": "0.0.1", + "keywords": [ + "uniapp", + "starter", + "vite", + "vue3", + "typescript", + "next" + ], "scripts": { "dev:app": "uni -p app", "dev:custom": "uni -p",