Skip to content

Commit ef1fbcf

Browse files
committed
Prepare version 1.0.2
1 parent 2f22084 commit ef1fbcf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

7+
## [1.0.2] - 2025-07-09
8+
### Security
9+
- Axios version upgraded to `^1.6.8`.
10+
711
## [1.0.1] - 2019-08-02
812
### Removed
913
- Removed `verifySSL` option, since Axios doesn't provide any option to support this feature.

index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default class WooCommerceRestApi {
3535
throw new OptionsException("consumerSecret is required");
3636
}
3737

38-
this.classVersion = "1.0.1";
38+
this.classVersion = "1.0.2";
3939
this._setDefaultsOptions(opt);
4040
}
4141

0 commit comments

Comments
 (0)