Skip to content

Commit cd7ad63

Browse files
authored
Update version to 4.0.2 (#223)
1 parent 9a3a63e commit cd7ad63

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Data Layer Observer follows semantic versioning when releasing updates.
1010

1111
## History
1212

13+
### 4.0.2
14+
15+
- Adds an `endsWith` operator for properties.
16+
1317
### 4.0.1
1418

1519
- Fixes an issue where the new `parse` operator was not properly registered to be available for use.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Sensitive, private, and confidential information should never be added to a data
5555

5656
DLO is a JavaScript asset that is included on a web page. FullStory hosts versions of DLO on our CDN. Versioned releases have the naming convention `<version>.js`, and the most recent version is named `latest.js`:
5757

58-
- https://edge.fullstory.com/datalayer/v4/v4.0.1.js
58+
- https://edge.fullstory.com/datalayer/v4/v4.0.2.js
5959
- https://edge.fullstory.com/datalayer/v4/latest.js
6060

6161
If you would like the most up to date version of DLO on your site always, use `latest.js`. If you'd rather use stable releases and perform manual upgrades, use `<version>.js`.

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": "@fullstory/data-layer-observer",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Monitor, transform, and send data layer content to FullStory",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)