Skip to content

Commit 3f23ec3

Browse files
committed
release: clickstream Web 0.11.0
1 parent 933c312 commit 3f23ec3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

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

240240
### Integrate the `.tgz` file
241241

242-
Clone this repository locally and execute the following script to generate `aws-clickstream-web-0.10.1.tgz` zip package, which will be located in the project root folder.
242+
Clone this repository locally and execute the following script to generate `aws-clickstream-web-0.11.0.tgz` zip package, which will be located in the project root folder.
243243
```bash
244244
cd clickstream-web && npm i && npm run pack
245245
```
246246

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

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

gtm-template/ClickstreamAnalytics-gtm-template.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ const onLoadClickstreamSuccess = function () {
390390
});
391391
};
392392

393-
const url = "https://github.com/awslabs/clickstream-web/releases/download/v0.10.1/clickstream-web.min.js";
393+
const url = "https://github.com/awslabs/clickstream-web/releases/download/v0.11.0/clickstream-web.min.js";
394394
injectScript(url, onLoadClickstreamSuccess, data.gtmOnFailure, 'ClickstreamAnalytics-web');
395395

396396

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/clickstream-web",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"description": "ClickstreamAnalytics Web SDK",
55
"license": "Apache-2.0",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)