Skip to content

Commit c69bb2c

Browse files
author
Crhistian Ramirez
committed
🔖 4.1.0
1 parent 35c2c1c commit c69bb2c

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,23 @@ All notable changes to the ordercloud-javascript-sdk will be documented in this
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.1.0] - 2021-02-27
9+
10+
### Added
11+
- SDK up to date with [API v1.0.196](https://ordercloud.io/release-notes/v1.0.196)
12+
13+
### Fixed
14+
- `OrderCloudError` model not exported from public entry point
15+
16+
### Security
17+
- Upgraded axios dependency to version 0.21.1
18+
819
## [4.0.1] - 2021-01-30
920

1021
### Added
11-
- SDK up to date with API v1.0.183
12-
- Cookie options configuration to set path - defaults to root path if no path is provided.
22+
- SDK up to date with API v1.0.183
23+
- Cookie options configuration to set path - defaults to root path if no path is provided.
1324

1425
### Fixed
15-
- Prevent list options from being mutated. This lead to side effects for any user relying on the options object
16-
- Typescript only: list options `searchOn` and `sortBy` would produce type errors for valid types
26+
- Prevent list options from being mutated. This lead to side effects for any user relying on the options object
27+
- Typescript only: list options `searchOn` and `sortBy` would produce type errors for valid types

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ordercloud-javascript-sdk",
33
"description": "The offical Javascript SDK for the Ordercloud ecommerce API",
44
"author": "Four51 OrderCloud",
5-
"version": "4.0.1",
5+
"version": "4.1.0",
66
"main": "dist/index.js",
77
"umd:main": "dist/index.umd.js",
88
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)