From 8a8fc54148932ddcabcd225fac608ce0535f0877 Mon Sep 17 00:00:00 2001 From: Mohammad Amanalikhani Date: Fri, 20 Oct 2023 17:50:43 +0330 Subject: [PATCH] =?UTF-8?q?chore(release):=20=D8=A8=D8=B1=D9=88=D8=B2?= =?UTF-8?q?=D8=B1=D8=B3=D8=A7=D9=86=DB=8C=20=D8=AA=D8=A7=D8=B1=DB=8C=D8=AE?= =?UTF-8?q?=DA=86=D9=87=20=D8=AA=D8=BA=DB=8C=DB=8C=D8=B1=D8=A7=D8=AA=20?= =?UTF-8?q?=D9=88=20=D9=86=D8=B3=D8=AE=D9=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MD Amanalikhani --- CHANGELOG.md | 4 ++-- src/base.ts | 2 +- tests/pkgs/test.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b99d1..b9f973d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)] ### [رفع / درست شد][#] @@ -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][#] diff --git a/src/base.ts b/src/base.ts index b1d8330..a2e2949 100644 --- a/src/base.ts +++ b/src/base.ts @@ -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"; diff --git a/tests/pkgs/test.js b/tests/pkgs/test.js index 07137e0..255a608 100644 --- a/tests/pkgs/test.js +++ b/tests/pkgs/test.js @@ -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 );