Skip to content

Commit

Permalink
Merge pull request #24 from ymaheshwari1/patch-1
Browse files Browse the repository at this point in the history
Updated: package version and release notes for new release
  • Loading branch information
adityasharma7 authored Nov 22, 2022
2 parents 1e8465a + a488ca5 commit 21a60ec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 21a60ec

Please sign in to comment.