Skip to content

Commit

Permalink
feat: analytics.js v2.3.1
Browse files Browse the repository at this point in the history
Baking a new release due to not updating `package.json`.

PR: #244
  • Loading branch information
jbergstroem authored Apr 11, 2024
1 parent 63ad5a8 commit a1361a2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
We follow the format used by [Open Telemetry](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md).

## Version 2.3.1 (2024-04-11)

Patch release to fix tags

## Version 2.3.0 (2024-04-11)

### Added

- feat: add location.search to default event path by @jbergstroem in #243

### Dependencies

security(deps-dev): Bump express from 4.18.2 to 4.19.2 by @dependabot in #237
chore(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in #240
security(deps-dev): bump vite from 4.5.2 to 4.5.3 by @dependabot in #241
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.5.0 to 7.0.0 by @dependabot in #239

## Version 2.2.1 (2024-03-15)

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ npm install @topsort/analytics.js --save
url: "https://api.topsort.com", // change this if you want to test against the staging environment
};
</script>
<script src="https://unpkg.com/@topsort/analytics.js@2.2.1/dist/ts.js"></script>
<script src="https://unpkg.com/@topsort/analytics.js@2.3.1/dist/ts.js"></script>
```

### Add markup to your products
Expand Down
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
{
"name": "@topsort/analytics.js",
"version": "2.2.1",
"version": "2.3.1",
"description": "JS library to automatically report events to Topsort's Analytics",
"main": "dist/ts.js",
"type": "module",
"packageManager": "[email protected]",
"keywords": [
"ads",
"sponsored listings",
"auctions",
"analytics",
"topsort"
],
"keywords": ["ads", "sponsored listings", "auctions", "analytics", "topsort"],
"exports": {
".": {
"import": "./dist/ts.mjs",
Expand Down

0 comments on commit a1361a2

Please sign in to comment.