Skip to content

Commit 7cb9841

Browse files
committed
release: clickstream Web 0.3.0
1 parent f9737b2 commit 7cb9841

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
@@ -165,16 +165,16 @@ ClickstreamAnalytics.updateConfigure({
165165

166166
### Integrate the `.tgz` file
167167

168-
Clone this repository locally and execute the following script to generate `aws-clickstream-web-0.2.0.tgz` zip package, which will be located in the project root folder.
168+
Clone this repository locally and execute the following script to generate `aws-clickstream-web-0.3.0.tgz` zip package, which will be located in the project root folder.
169169
```bash
170170
cd clickstream-web && npm i && npm run pack
171171
```
172172

173-
Copy the `aws-clickstream-web-0.2.0.tgz` into your project, then execute the script in your project root folder to install the SDK.
173+
Copy the `aws-clickstream-web-0.3.0.tgz` into your project, then execute the script in your project root folder to install the SDK.
174174
```bash
175-
npm install ./aws-clickstream-web-0.2.0.tgz
175+
npm install ./aws-clickstream-web-0.3.0.tgz
176176
```
177-
**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-web-0.2.0.tgz` file is located.
177+
**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-web-0.3.0.tgz` file is located.
178178

179179
### Integrate the `clickstream-web.min.js` file
180180
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.2.0",
3+
"version": "0.3.0",
44
"description": "ClickstreamAnalytics Web SDK",
55
"license": "Apache-2.0",
66
"main": "./lib/index.ts",

0 commit comments

Comments
 (0)