Skip to content

Commit 7251ad4

Browse files
authored
Changes for v0.12.6 (#72)
1 parent 151fc70 commit 7251ad4

File tree

6 files changed

+328
-136
lines changed

6 files changed

+328
-136
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
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+
## [0.12.6] - 2025-07-30
9+
10+
### Security
11+
12+
- Patch security vulnerability CVE-2025-7783
13+
814
## [0.12.5] - 2025-05-29
915

1016
### Bug

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,16 +241,16 @@ ClickstreamAnalytics.updateConfigure({
241241

242242
### Integrate the `.tgz` file
243243

244-
Clone this repository locally and execute the following script to generate `aws-clickstream-web-0.12.5.tgz` zip package, which will be located in the project root folder.
244+
Clone this repository locally and execute the following script to generate `aws-clickstream-web-0.12.6.tgz` zip package, which will be located in the project root folder.
245245
```bash
246246
$ cd clickstream-web && npm i && npm run pack
247247
```
248248

249-
Copy the `aws-clickstream-web-0.12.5.tgz` into your project, then execute the script in your project root folder to install the SDK.
249+
Copy the `aws-clickstream-web-0.12.6.tgz` into your project, then execute the script in your project root folder to install the SDK.
250250
```bash
251-
$ npm install ./aws-clickstream-web-0.12.5.tgz
251+
$ npm install ./aws-clickstream-web-0.12.6.tgz
252252
```
253-
**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-web-0.12.5.tgz` file is located.
253+
**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-web-0.12.6.tgz` file is located.
254254

255255
### Integrate the `clickstream-web.min.js` file
256256
Execute the following script to generate `clickstream-web.min.js`, located in the `/dist` folder.

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
shell: bash
55
# Define global variables
66
variables:
7-
PACKAGE_VERSION: "0.12.5"
7+
PACKAGE_VERSION: "0.12.6"
88
PACKAGE_NAME: "aws-clickstream-web"
99

1010
phases:

0 commit comments

Comments
 (0)