From b179e5547c3812d0ed543d9146b028a05d7969dc Mon Sep 17 00:00:00 2001 From: lehuygiang28 Date: Sun, 21 Apr 2024 17:36:46 +0700 Subject: [PATCH] build: :bookmark: release 0.0.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 954645d..d2c626f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.3] - 2025-04-21 + +### Added +- `sendRequest` method for sending requests to the GHN apis + ## [0.0.2] - 2024-04-18 ### Added diff --git a/package.json b/package.json index 7c4e157..bf6860e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "giaohangnhanh", - "version": "0.0.2", + "version": "0.0.3", "description": "An open-source nodejs library to support shipping managements with giaohangnhanh (ghn.vn)", "main": "lib/index.js", "types": "lib/index.d.ts",