From a1361a21582f64d9d08d70288d06e14f33de54d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bergstr=C3=B6m?= Date: Fri, 12 Apr 2024 00:11:57 +0100 Subject: [PATCH] feat: analytics.js v2.3.1 Baking a new release due to not updating `package.json`. PR: https://github.com/Topsort/analytics.js/pull/244 --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- package.json | 10 ++-------- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a865a8a..5614c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index fb1011e..a1753c0 100644 --- a/README.md +++ b/README.md @@ -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 }; - + ``` ### Add markup to your products diff --git a/package.json b/package.json index ffd4ae2..c7ae910 100644 --- a/package.json +++ b/package.json @@ -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": "pnpm@8.6.0", - "keywords": [ - "ads", - "sponsored listings", - "auctions", - "analytics", - "topsort" - ], + "keywords": ["ads", "sponsored listings", "auctions", "analytics", "topsort"], "exports": { ".": { "import": "./dist/ts.mjs",