Skip to content

Commit

Permalink
fix: git url error
Browse files Browse the repository at this point in the history
  • Loading branch information
ckvv committed Nov 1, 2021
1 parent a99c82c commit 8e96e31
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@

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.3](https://github.com/chenkai0520/vite-element-template/compare/v0.0.2...v0.0.3) (2021-11-01)
### [0.0.3](https://github.com/ckvv/vite-template/compare/v0.0.2...v0.0.3) (2021-11-01)


### Features

* 升级依赖 ([9f1c2d3](https://github.com/chenkai0520/vite-element-template/commit/9f1c2d3d57e6cb1194a493979f85eb0b3896d6b2))
* 升级依赖 ([9f1c2d3](https://github.com/ckvv/vite-template/commit/9f1c2d3d57e6cb1194a493979f85eb0b3896d6b2))


### Bug Fixes

* update username ([f0043dd](https://github.com/chenkai0520/vite-element-template/commit/f0043dd6da83b23afa368506f136bc0ab9660bfb))
* update username ([f0043dd](https://github.com/ckvv/vite-template/commit/f0043dd6da83b23afa368506f136bc0ab9660bfb))

### [0.0.2](https://github.com/ckvv/vite-element-template/compare/v0.0.1...v0.0.2) (2021-09-09)
### [0.0.2](https://github.com/ckvv/vite-template/compare/v0.0.1...v0.0.2) (2021-09-09)


### Features

* add lint-staged ([b5fa540](https://github.com/ckvv/vite-element-template/commit/b5fa54089fdcdfe736ea8fe0f47c8797f88d844d))
* add lint-staged ([b5fa540](https://github.com/ckvv/vite-template/commit/b5fa54089fdcdfe736ea8fe0f47c8797f88d844d))

### 0.0.1 (2021-09-08)


### Features

* 删除部分app.config.globalProperties变量 ([93da67e](https://github.com/ckvv/vite-element-template/commit/93da67e8b4bc9dd5f99a398d62cad064300baaa0))
* 添加接口权限 ([11495b8](https://github.com/ckvv/vite-element-template/commit/11495b8243bf87d384c02bd5c7d9d0d8936ec8df))
* add changelog ([1c30e11](https://github.com/ckvv/vite-element-template/commit/1c30e11bda813a70fc8048b6e7ac4ce9f4be8753))
* 删除部分app.config.globalProperties变量 ([93da67e](https://github.com/ckvv/vite-template/commit/93da67e8b4bc9dd5f99a398d62cad064300baaa0))
* 添加接口权限 ([11495b8](https://github.com/ckvv/vite-template/commit/11495b8243bf87d384c02bd5c7d9d0d8936ec8df))
* add changelog ([1c30e11](https://github.com/ckvv/vite-template/commit/1c30e11bda813a70fc8048b6e7ac4ce9f4be8753))


### Bug Fixes

* 删除elicon ([d5bf385](https://github.com/ckvv/vite-element-template/commit/d5bf385310ffac4d160d7dbcfc2b714d28caaa91))
* solved sass warning ([3aa90a1](https://github.com/ckvv/vite-element-template/commit/3aa90a10e54829833656641695404eff99d2f1dc))
* update jsconfig.json ([365ab5c](https://github.com/ckvv/vite-element-template/commit/365ab5c444a991282c2a9c6661a17e1d8da2f95a))
* 删除elicon ([d5bf385](https://github.com/ckvv/vite-template/commit/d5bf385310ffac4d160d7dbcfc2b714d28caaa91))
* solved sass warning ([3aa90a1](https://github.com/ckvv/vite-template/commit/3aa90a10e54829833656641695404eff99d2f1dc))
* update jsconfig.json ([365ab5c](https://github.com/ckvv/vite-template/commit/365ab5c444a991282c2a9c6661a17e1d8da2f95a))
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,9 @@
"*.{js,jsx,vue}": [
"eslint --fix"
]
},
"repository": {
"type": "git",
"url": "https://github.com/ckvv/vite-template"
}
}

0 comments on commit 8e96e31

Please sign in to comment.