Skip to content

Commit

Permalink
release: v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Oct 6, 2022
1 parent e68d5b4 commit 99c438f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
24 changes: 11 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
# [0.2.0](https://github.com/vexip-ui/create-vexip/compare/v0.1.2...v0.2.0) (2022-09-28)
## [0.2.1](https://github.com/vexip-ui/create-vexip/compare/v0.1.2...v0.2.1) (2022-10-06)

### Bug Fixes

- support auto import icon components ([e68d5b4](https://github.com/vexip-ui/create-vexip/commit/e68d5b40bd293136fe0dd3441bea83df8b7ea4e0))

### Features

* improve to use simpler lint configs ([23c786f](https://github.com/vexip-ui/create-vexip/commit/23c786ff43ac8b7dd4a0a31b3acd81689ad42ee5))
- improve to use simpler lint configs ([23c786f](https://github.com/vexip-ui/create-vexip/commit/23c786ff43ac8b7dd4a0a31b3acd81689ad42ee5))

# [0.2.0](https://github.com/vexip-ui/create-vexip/compare/v0.1.2...v0.2.0) (2022-09-28)

### Features

- improve to use simpler lint configs ([23c786f](https://github.com/vexip-ui/create-vexip/commit/23c786ff43ac8b7dd4a0a31b3acd81689ad42ee5))

## [0.1.2](https://github.com/vexip-ui/create-vexip/compare/v0.1.1...v0.1.2) (2022-09-27)


### Bug Fixes

* change config to using `.cjs` ([2a8114a](https://github.com/vexip-ui/create-vexip/commit/2a8114a657901b4ba96e5621ae2e7a1a90c37e92))


- change config to using `.cjs` ([2a8114a](https://github.com/vexip-ui/create-vexip/commit/2a8114a657901b4ba96e5621ae2e7a1a90c37e92))

## [0.1.1](https://github.com/vexip-ui/create-vexip/compare/v0.1.0...v0.1.1) (2022-09-27)



# 0.1.0 (2022-09-27)


### Features

* support auto update dependencies version ([17f0b36](https://github.com/vexip-ui/create-vexip/commit/17f0b36b38fc5e88324b6d1775d7319ac11a5f3f))



- support auto update dependencies version ([17f0b36](https://github.com/vexip-ui/create-vexip/commit/17f0b36b38fc5e88324b6d1775d7319ac11a5f3f))
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vexip",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"author": "qmhc",
"bin": {
Expand Down Expand Up @@ -48,6 +48,7 @@
"@vexip-ui/utils": "^1.7.0",
"@vitejs/plugin-vue": "^3.1.0",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.19.0",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
Expand Down

0 comments on commit 99c438f

Please sign in to comment.