chore(release): 1.1.0
This commit is contained in:
parent
0e489da387
commit
e641d6dafc
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
## 1.1.0 (2026-03-17)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* 改为vite ([1ccbd4e](https://gitee.com/codice_fabbrica/r-util-js/commit/1ccbd4e8722adfb1933b49c47249f16dbd81cc75))
|
||||||
|
* 更新依赖 ([5d38684](https://gitee.com/codice_fabbrica/r-util-js/commit/5d38684c5c1f33f653d4f293efdc2246d7757c73))
|
||||||
|
* 配置发布npm ([f67c787](https://gitee.com/codice_fabbrica/r-util-js/commit/f67c787e079f1e11a3a3c2a2055d11272bab03b4))
|
||||||
|
* **cz:** 添加cz ([78b463e](https://gitee.com/codice_fabbrica/r-util-js/commit/78b463ec0dbbe70c98403eb5f92e512ee94f0bf9))
|
||||||
|
* **permission:** 添加权限判断是否有效 ([2fc1980](https://gitee.com/codice_fabbrica/r-util-js/commit/2fc19806b3427a20f95c6146678a0c28327738d6))
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@r-utils/root",
|
"name": "@r-utils/root",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@r-utils/root",
|
"name": "@r-utils/root",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@r-utils/root",
|
"name": "@r-utils/root",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "前端工具库",
|
"description": "前端工具库",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue