Skip to content

Commit

Permalink
feat: 🔖 release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lehuygiang28 committed Apr 18, 2024
1 parent b6341c2 commit cffd9e6
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 57 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.2] - 2024-04-18

### Added
- Config file for @coderabbitai
- Apis for `order`:
+ `calculateExpectedDeliveryTime()`
+ `pickShift()`
+ `previewOrder()`
+ `createOrder()`
+ `orderInfo()`

## [0.0.1] - 2024-03-05

### Added
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": "giaohangnhanh",
"version": "0.0.1",
"version": "0.0.2",
"description": "An open-source nodejs library to support shipping managements with giaohangnhanh (ghn.vn)",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
Loading

0 comments on commit cffd9e6

Please sign in to comment.