From a838aa326efcc925b0f7e55a6b45537cc7bbed91 Mon Sep 17 00:00:00 2001 From: Mohammad Dwairi <49045447+Mohammad-Dwairi@users.noreply.github.com> Date: Sun, 29 Sep 2024 17:57:52 +0300 Subject: [PATCH] chore: bump to v0.0.2 (#19) --- README.md | 2 ++ code/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d97b81e..fc54728 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![NPM Version](https://img.shields.io/npm/v/%40expediagroup%2Flodging-connectivity-sdk?label=%40expediagroup%2Flodging-connectivity-sdk) + # Expedia GroupTM Lodging Connectivity Node.js SDK Designed to simplify Lodging Connectivity API integration, handles the technical complexities, empowering partners to diff --git a/code/package.json b/code/package.json index da75720..1420bd7 100644 --- a/code/package.json +++ b/code/package.json @@ -1,6 +1,6 @@ { "name": "@expediagroup/lodging-connectivity-sdk", - "version": "0.0.1", + "version": "0.0.2", "files": [ "dist" ],