Skip to content

Commit

Permalink
chore(release): بروزرسانی تاریخچه تغییرات و نسخه
Browse files Browse the repository at this point in the history
Signed-off-by: MD Amanalikhani <md.akhi.ir@gmail.com>
  • Loading branch information
md-akhi committed Oct 20, 2023
1 parent 6a01d6d commit 8a8fc54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ All notable changes to this project will be documented in this file.

### [تغییر کرد][#]

-
- تغییر نام تابع تبدیل عدد از NumbersTo به toNumber [[a48a6d1](https://github.com/md-akhi/SHDateTime-js/commit/a48a6d1ec26503fe19c33378aa8384e8b76537e8)]

### [رفع / درست شد][#]

Expand All @@ -41,7 +41,7 @@ All notable changes to this project will be documented in this file.

### [Changed][#]

-
- Rename conversion function from NumbersTo to toNumber [[a48a6d1](https://github.com/md-akhi/SHDateTime-js/commit/a48a6d1ec26503fe19c33378aa8384e8b76537e8)]

### [Fixed][#]

Expand Down
2 changes: 1 addition & 1 deletion src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @link http://git.akhi.ir/js/SHDate | https://github.com/md-akhi/SHDateTime-js#readme
* @copyright (C) 2015 - 2023 Open Source Matters,Inc. All right reserved.
* @license AGPL-3.0 License
* @version Release: 2.1.22
* @version Release: 2.1.23
*/

import Word from "./word.js";
Expand Down
4 changes: 2 additions & 2 deletions tests/pkgs/test.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import shdate from "shdate";
import words from "shdate/words";
import { NumbersTo } from "shdate/tools";
import { toNumbers } from "shdate/tools";
import fa_IR from "shdate/lang/fa_IR";
import ckb_IR from "shdate/lang/l10n/ckb_IR";

console.log(
shdate.VERSION,
words.FIRST_DAY_OF_WEEK,
NumbersTo,
toNumbers,
fa_IR.LANGUAGE,
ckb_IR.LANGUAGE
);

0 comments on commit 8a8fc54

Please sign in to comment.