Skip to content

Commit

Permalink
4.0.3 (#233)
Browse files Browse the repository at this point in the history
* 4.0.3

* bumps versions in readme and changelog
  • Loading branch information
ScottLNorvell authored Apr 4, 2024
1 parent abc014d commit 325a9cf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Data Layer Observer follows semantic versioning when releasing updates.

## History

### 4.0.3

- Fixes some syntax incompatible with older browsers

### 4.0.2

- Adds an `endsWith` operator for properties.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Sensitive, private, and confidential information should never be added to a data

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`:

- https://edge.fullstory.com/datalayer/v4/v4.0.2.js
- https://edge.fullstory.com/datalayer/v4/v4.0.3.js
- https://edge.fullstory.com/datalayer/v4/latest.js

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`.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullstory/data-layer-observer",
"version": "4.0.2",
"version": "4.0.3",
"description": "Monitor, transform, and send data layer content to FullStory",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 325a9cf

Please sign in to comment.