Skip to content

Commit

Permalink
🔖 chore(release): v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-06-06)

### ✨ 新特性

* 添加 api ([34f5ad1](34f5ad1))

### 🎫 杂项

* 修正模板 ([42ffade](42ffade))
* 初始化 ([1b7541c](1b7541c))
* 调整开发脚本 ([deccb2d](deccb2d))
* 调整开发脚本 ([b824434](b824434))

### 🐛 修复

* 添加构建 ([b700576](b700576))

### 🔧 持续集成

* 修正 ci 构建问题 ([6a250a6](6a250a6))
* 添加 CI 系统 ([0527b2b](0527b2b))
  • Loading branch information
semantic-release-bot committed Jun 6, 2021
1 parent 6a250a6 commit a2033dc
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

# 1.0.0 (2021-06-06)


### ✨ 新特性

* 添加 api ([34f5ad1](https://github.com/arvinxx/umi-simple-web-template/commit/34f5ad1))


### 🎫 杂项

* 修正模板 ([42ffade](https://github.com/arvinxx/umi-simple-web-template/commit/42ffade))
* 初始化 ([1b7541c](https://github.com/arvinxx/umi-simple-web-template/commit/1b7541c))
* 调整开发脚本 ([deccb2d](https://github.com/arvinxx/umi-simple-web-template/commit/deccb2d))
* 调整开发脚本 ([b824434](https://github.com/arvinxx/umi-simple-web-template/commit/b824434))


### 🐛 修复

* 添加构建 ([b700576](https://github.com/arvinxx/umi-simple-web-template/commit/b700576))


### 🔧 持续集成

* 修正 ci 构建问题 ([6a250a6](https://github.com/arvinxx/umi-simple-web-template/commit/6a250a6))
* 添加 CI 系统 ([0527b2b](https://github.com/arvinxx/umi-simple-web-template/commit/0527b2b))
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"eslint --fix",
"git add"
]
}
},
"version": "1.0.0"
}

1 comment on commit a2033dc

@vercel
Copy link

@vercel vercel bot commented on a2033dc Jun 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.