Skip to content

Commit

Permalink
fix: update username
Browse files Browse the repository at this point in the history
  • Loading branch information
ckvv committed Sep 28, 2021
1 parent 0aec22e commit f0043dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@

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.2](https://github.com/chenkai0520/vite-element-template/compare/v0.0.1...v0.0.2) (2021-09-09)
### [0.0.2](https://github.com/ckvv/vite-element-template/compare/v0.0.1...v0.0.2) (2021-09-09)


### Features

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

### 0.0.1 (2021-09-08)


### Features

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


### Bug Fixes

* 删除elicon ([d5bf385](https://github.com/chenkai0520/vite-element-template/commit/d5bf385310ffac4d160d7dbcfc2b714d28caaa91))
* solved sass warning ([3aa90a1](https://github.com/chenkai0520/vite-element-template/commit/3aa90a10e54829833656641695404eff99d2f1dc))
* update jsconfig.json ([365ab5c](https://github.com/chenkai0520/vite-element-template/commit/365ab5c444a991282c2a9c6661a17e1d8da2f95a))
* 删除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))
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 chenkai0520
Copyright (c) 2021 ckvv

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ yarn serve

可以配合其他相关项目使用

[vite-template](https://github.com/chenkai0520/vite-template)
[koa-sequelize-template](https://github.com/chenkai0520/koa-sequelize-template)
[koa-prisma-template](https://github.com/chenkai0520/koa-prisma-template)
[vite-template](https://github.com/ckvv/vite-template)
[koa-sequelize-template](https://github.com/ckvv/koa-sequelize-template)
[koa-prisma-template](https://github.com/ckvv/koa-prisma-template)

0 comments on commit f0043dd

Please sign in to comment.