Skip to content

Commit 17d59a3

Browse files
committed
release: clickstream Web 0.9.2
1 parent 7da4f60 commit 17d59a3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

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

214214
### Integrate the `.tgz` file
215215

216-
Clone this repository locally and execute the following script to generate `aws-clickstream-web-0.9.1.tgz` zip package, which will be located in the project root folder.
216+
Clone this repository locally and execute the following script to generate `aws-clickstream-web-0.9.2.tgz` zip package, which will be located in the project root folder.
217217
```bash
218218
cd clickstream-web && npm i && npm run pack
219219
```
220220

221-
Copy the `aws-clickstream-web-0.9.1.tgz` into your project, then execute the script in your project root folder to install the SDK.
221+
Copy the `aws-clickstream-web-0.9.2.tgz` into your project, then execute the script in your project root folder to install the SDK.
222222
```bash
223-
npm install ./aws-clickstream-web-0.9.1.tgz
223+
npm install ./aws-clickstream-web-0.9.2.tgz
224224
```
225-
**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-web-0.9.1.tgz` file is located.
225+
**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-web-0.9.2.tgz` file is located.
226226

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

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.9.1",
3+
"version": "0.9.2",
44
"description": "ClickstreamAnalytics Web SDK",
55
"license": "Apache-2.0",
66
"main": "./lib/index.ts",

0 commit comments

Comments
 (0)