From 5a271f17ab09dec74df40da214d02e5d50c7c4e9 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Tue, 22 Nov 2022 15:37:41 +0530 Subject: [PATCH 1/2] Updated: version in package and lock file --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b223572..4e8aeab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hotwax/oms-api", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hotwax/oms-api", - "version": "0.0.1", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "@types/node-json-transform": "^1.0.0", diff --git a/package.json b/package.json index 46f92fa..fefd848 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotwax/oms-api", - "version": "0.0.1", + "version": "1.0.0", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", From a488ca5499eb4ce5d74b660430013a6201ec4818 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Tue, 22 Nov 2022 15:39:38 +0530 Subject: [PATCH 2/2] Updated: release notes file --- release-notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/release-notes.md b/release-notes.md index 251cefb..f0735bb 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,14 @@ +# Release 1.0.0 + +## What's Changed +* Improved: code to check for instance url value and then setting the base url in config(#2rc2q1e) by @ymaheshwari1 in https://github.com/hotwax/oms-api/pull/10 +* Implemented: schema for order, defined action to get order details and update order status, and added transformation rule(#2ftb86d) by @ymaheshwari1 in https://github.com/hotwax/oms-api/pull/15 +* Updated: transformation library usage to directly use tranform method for mapping instead of creating DataTransform object(#2zgxazg) by @ymaheshwari1 in https://github.com/hotwax/oms-api/pull/20 +* Implemented: action to clear all the initialized data using a single method by @ymaheshwari1 in https://github.com/hotwax/oms-api/pull/22 +* Implemented: user schema, transformation rule and action to fetch the user information(#2t2wfjv) by @ymaheshwari1 in https://github.com/hotwax/oms-api/pull/12 + +**Full Changelog**: https://github.com/hotwax/oms-api/compare/v0.0.1...v1.0.0 + # Release 0.0.1 ## What's Changed