Skip to content

Commit

Permalink
🔖 chore(release): v0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 0.1.0](v0.0.4...v0.1.0)
<sup>Released on **2023-08-05**</sup>

#### ✨ 新特性

- Analytics, fix “React”指 UMD 全局,但当前文件是模块。请考虑改为添加导入, Hooks useFileDownloader, store hooks && function hooks, store hooks && function hooks.

#### 👷 构建系统

- Update deps.

<br/>

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

#### What's improved

* Analytics ([6a45bed](6a45bed))
* Fix “React” 指 UMD 全局,但当前文件是模块。请考虑改为添加导入 ([db9b2c5](db9b2c5))
* Hooks useFileDownloader ([f012639](f012639))
* Store hooks && function hooks ([1c26689](1c26689))
* Store hooks && function hooks ([ef0a806](ef0a806))

#### Build system

* Update deps ([1e776d9](1e776d9))

</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 Aug 5, 2023
1 parent 1c26689 commit 98f15b6
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# Changelog

## [Version&nbsp;0.1.0](https://github.com/h7ml/hooks/compare/v0.0.4...v0.1.0)
<sup>Released on **2023-08-05**</sup>


#### ✨ 新特性

- Analytics, fix “React”指 UMD 全局,但当前文件是模块。请考虑改为添加导入, Hooks useFileDownloader, store hooks && function hooks, store hooks && function hooks.


#### 👷 构建系统

- Update deps.


<br/>


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



#### What's improved

* Analytics ([6a45bed](https://github.com/h7ml/hooks/commit/6a45bed))
* Fix “React” 指 UMD 全局,但当前文件是模块。请考虑改为添加导入 ([db9b2c5](https://github.com/h7ml/hooks/commit/db9b2c5))
* Hooks useFileDownloader ([f012639](https://github.com/h7ml/hooks/commit/f012639))
* Store hooks && function hooks ([1c26689](https://github.com/h7ml/hooks/commit/1c26689))
* Store hooks && function hooks ([ef0a806](https://github.com/h7ml/hooks/commit/ef0a806))



#### Build system

* Update deps ([1e776d9](https://github.com/h7ml/hooks/commit/1e776d9))

</details>


<div align="right">

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

</div>

## [Version&nbsp;0.3.0](https://github.com/h7ml/hooks/compare/v0.2.0...v0.3.0)
<sup>Released on **2023-08-05**</sup>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dext7r/hooks",
"version": "0.3.0",
"version": "0.1.0",
"description": "@dext7r/hooks is a custom Hooks library for React, designed to provide a convenient and easy-to-use set of Hooks tailored for various scenarios. This library encompasses a range of common frontend request operations, including Axios, Puppeteer, Fetch, Request, and more, to facilitate efficient handling of network requests and browser interactions。@dext7r/hooks 是一个基于 React 的自定义 Hooks 库,旨在提供一套方便、易用的针对不同场景的 Hooks 封装。该库涵盖了多种常见的前端请求操作,包括 Axios、Puppeteer、Fetch、Request 等,以帮助开发者更高效地处理网络请求和浏览器操作",
"keywords": [
"@dext7r/hooks",
Expand Down

0 comments on commit 98f15b6

Please sign in to comment.