Skip to content

Commit 9a6025a

Browse files
v12.0.1 (#82)
* 12.0.1 * add package-lock
1 parent e7e0b7c commit 9a6025a

5 files changed

Lines changed: 3803 additions & 33 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [12.0.1] - revision 2024-07-15
5+
### Fixed
6+
- Fixed NPM package issue
7+
48
## [12.0.0] - revision 2024-07-15
59
### Added
610
- Added several method aliases based on previous operation IDs

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Klaviyo Typescript SDK
22

3-
- SDK version: 12.0.0
3+
- SDK version: 12.0.1
44

55
- Revision: 2024-07-15
66

@@ -50,7 +50,7 @@ This SDK is organized into the following resources:
5050

5151
You can install this library using `npm`.
5252

53-
`npm install [email protected].0`
53+
`npm install [email protected].1`
5454

5555

5656
## source code

api/apis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import {AxiosRequestConfig, AxiosResponse, AxiosHeaders, isAxiosError} from "axi
4040
export { RequestFile } from '../model/models';
4141

4242
const revision = "2024-07-15";
43-
const userAgent = "klaviyo-api-node/12.0.0";
43+
const userAgent = "klaviyo-api-node/12.0.1";
4444

4545
export class RetryOptions {
4646

0 commit comments

Comments
 (0)