We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafe437 commit 9d0e5d3Copy full SHA for 9d0e5d3
2 files changed
CHANGELOG.md
@@ -8,6 +8,8 @@ We follow the format used by [Open Telemetry](https://github.com/open-telemetry/
8
9
## Unreleased
10
11
+## Version 2.7.0 (2025-01-23)
12
+
13
### Added
14
15
- Add IIFE bundle for legacy systems that don't support ES modules
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@topsort/analytics.js",
3
- "version": "2.6.0",
+ "version": "2.7.0",
4
"description": "JS library to automatically report events to Topsort's Analytics",
5
"main": "dist/ts.js",
6
"type": "module",
0 commit comments