Skip to content

Commit

Permalink
🔖 chore(release): v0.0.1 [skip ci]
Browse files Browse the repository at this point in the history
### [Version 0.0.1](v0.0.0...v0.0.1)
<sup>Released on **2023-12-18**</sup>

#### 🐛 Bug Fixes

- **misc**: Small fix.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

* **misc**: Small fix ([f3f43c8](f3f43c8))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
  • Loading branch information
semantic-release-bot committed Dec 18, 2023
1 parent f3f43c8 commit 5b9bee3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<a name="readme-top"></a>

# Changelog

### [Version&nbsp;0.0.1](https://github.com/anguer/uniapp-starter/compare/v0.0.0...v0.0.1)
<sup>Released on **2023-12-18**</sup>


#### 🐛 Bug Fixes

- **misc**: Small fix.


<br/>



<details>
<summary><kbd>Improvements and Fixes</kbd></summary>



#### What's fixed

* **misc**: Small fix ([f3f43c8](https://github.com/anguer/uniapp-starter/commit/f3f43c8))

</details>


<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5b9bee3

Please sign in to comment.