Skip to content

Commit

Permalink
Merge pull request #8 from kwooshung/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kwooshung authored Feb 1, 2024
2 parents 48e1a2b + 5707d04 commit 3e904e0
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no-install commitlint --edit $1
3 changes: 3 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx lint-staged
File renamed without changes.
1 change: 1 addition & 0 deletions changelogs/.history
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.0.7
1.0.6
1.0.5
1.0.4
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.7 `2024-02-02`
### 🐛 Fix
- Fix some configuration ([#a254344](https://github.com/kwooshung/files/commit/a25434499ccae08d23cc55e53790cb4d0f74421b))

## 🎉 1.0.6 `2024-02-01`
### 🐛 Fix
- Change the warehouse address of the package ([#f5452ec](https://github.com/kwooshung/files/commit/f5452ec067a9dbea64170a84cabdd6230be9d6f5))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ja.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.7 `2024-02-02`
### 🐛 Fix
- いくつかの構成を修正します ([#a254344](https://github.com/kwooshung/files/commit/a25434499ccae08d23cc55e53790cb4d0f74421b))

## 🎉 1.0.6 `2024-02-01`
### 🐛 Fix
- パッケージの倉庫アドレスを変更します ([#f5452ec](https://github.com/kwooshung/files/commit/f5452ec067a9dbea64170a84cabdd6230be9d6f5))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ko.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.7 `2024-02-02`
### 🐛 Fix
- 일부 구성을 수정하십시오 ([#a254344](https://github.com/kwooshung/files/commit/a25434499ccae08d23cc55e53790cb4d0f74421b))

## 🎉 1.0.6 `2024-02-01`
### 🐛 Fix
- 패키지의 창고 주소를 변경하십시오 ([#f5452ec](https://github.com/kwooshung/files/commit/f5452ec067a9dbea64170a84cabdd6230be9d6f5))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.7 `2024-02-02`
### 🐛 Fix
- Исправьте некоторую конфигурацию ([#a254344](https://github.com/kwooshung/files/commit/a25434499ccae08d23cc55e53790cb4d0f74421b))

## 🎉 1.0.6 `2024-02-01`
### 🐛 Fix
- Измените адрес склада пакета ([#f5452ec](https://github.com/kwooshung/files/commit/f5452ec067a9dbea64170a84cabdd6230be9d6f5))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.7 `2024-02-02`
### 🐛 Fix
- 修复一些配置 ([#a254344](https://github.com/kwooshung/files/commit/a25434499ccae08d23cc55e53790cb4d0f74421b))

## 🎉 1.0.6 `2024-02-01`
### 🐛 Fix
- 更改包装的仓库地址 ([#f5452ec](https://github.com/kwooshung/files/commit/f5452ec067a9dbea64170a84cabdd6230be9d6f5))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-tw.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.7 `2024-02-02`
### 🐛 Fix
- 修復一些配置 ([#a254344](https://github.com/kwooshung/files/commit/a25434499ccae08d23cc55e53790cb4d0f74421b))

## 🎉 1.0.6 `2024-02-01`
### 🐛 Fix
- 更改包裝的倉庫地址 ([#f5452ec](https://github.com/kwooshung/files/commit/f5452ec067a9dbea64170a84cabdd6230be9d6f5))
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": "@kwooshung/randoms",
"version": "1.0.6",
"version": "1.0.7",
"title": "randoms",
"description": "Consolidate superior random number projects in the community into a unified API to reduce the learning curve.",
"private": false,
Expand Down

0 comments on commit 3e904e0

Please sign in to comment.