Skip to content

Commit

Permalink
release: 2.2.1 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloReszczynski authored Mar 15, 2024
1 parent 360af10 commit 9bb0d6c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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.2.1 (2024-03-15)

### Added

- Remove node engine requirement from package.json

## Version 2.2.0 (2023-11-13)

### 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/[email protected].0/dist/ts.js"></script>
<script src="https://unpkg.com/@topsort/[email protected].1/dist/ts.js"></script>
```

### Add markup to your products
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topsort/analytics.js",
"version": "2.2.0",
"version": "2.2.1",
"description": "JS library to automatically report events to Topsort's Analytics",
"main": "dist/ts.js",
"type": "module",
Expand Down

0 comments on commit 9bb0d6c

Please sign in to comment.