Skip to content

Commit d0faac0

Browse files
authored
Merge pull request #21 from ftnfurina/changeset-release/main
Release version
2 parents 668779d + fcfa010 commit d0faac0

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.changeset/eighty-cycles-attack.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/use-func/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# use-func
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [`668779d`](https://github.com/ftnfurina/bettergi-js/commit/668779d1e34461356295071be72fe183920b9eac) Thanks [@ftnfurina](https://github.com/ftnfurina)! - Init project
8+
9+
- Updated dependencies [[`668779d`](https://github.com/ftnfurina/bettergi-js/commit/668779d1e34461356295071be72fe183920b9eac)]:
10+
- bettergi-js-func@0.0.1

examples/use-func/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "use-func",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"private": true,
66
"scripts": {
77
"build": "rollup -c",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# bettergi-js-func
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [`668779d`](https://github.com/ftnfurina/bettergi-js/commit/668779d1e34461356295071be72fe183920b9eac) Thanks [@ftnfurina](https://github.com/ftnfurina)! - Init project

packages/bettergi-js-func/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bettergi-js-func",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"description": "BetterGI JS 脚本常用函数工具库。",
66
"author": {
77
"name": "ftnfurina",

0 commit comments

Comments
 (0)