Skip to content

Commit 7ad0070

Browse files
author
Crhistian Ramirez
committed
✏️ added changelog entry for v4.0.1
1 parent 22e09d5 commit 7ad0070

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

readmes/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# Change Log
1+
# Changelog
22

33
All notable changes to the ordercloud-javascript-sdk will be documented in this file starting in version 4. Migration guide for versions prior to version 4 are documented [here](./MIGRATION_GUIDE.md)
44

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).
7+
8+
## [4.0.1] - 2021-01-30
9+
10+
### 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.
13+
14+
### 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

0 commit comments

Comments
 (0)