From d24162b3d1d053977a62a540663869e5883466e9 Mon Sep 17 00:00:00 2001 From: brokenedtzjs Date: Sun, 13 Oct 2024 23:37:59 +0700 Subject: [PATCH] fix github publish failed --- .github/workflows/publish-release.yml | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index c72f990..addce06 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -5,7 +5,7 @@ on: types: [released] jobs: - build: + npm-publish: runs-on: ubuntu-latest permissions: diff --git a/CHANGELOG.md b/CHANGELOG.md index b60e941..cb7c7a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. ## [1.5.3] - 2024-10-13 +### Features + +- Time will not returns as Number again + +### Bug Fixes + +- Invalid Received + ### Revamp - Revamping error logging - `addUser` > `findUser`