gtm-event-tracker
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -0,1 +1,8 @@ | ||
## [1.8.1](https://github.com/emkis/gtm-event-tracker/compare/v1.8.0...v1.8.1) (2023-03-19) | ||
### Bug Fixes | ||
* rollback the erased package.json ([60fc6b7](https://github.com/emkis/gtm-event-tracker/commit/60fc6b72186b0026e2b8fba6e83eff0302c4db13)) | ||
# [1.8.0](https://github.com/emkis/gtm-event-tracker/compare/v1.7.0...v1.8.0) (2023-03-19) | ||
@@ -2,0 +9,0 @@ |
@@ -8,3 +8,3 @@ { | ||
"license": "MIT", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "A tiny, type-safe and zero-dependency solution for triggering Google Tag Manager track events.", | ||
@@ -11,0 +11,0 @@ "main": "dist/cjs/index.js", |
@@ -6,3 +6,3 @@ # gtm-event-tracker | ||
A tiny (1.05KB gzip), type-safe and zero-dependency solution for triggering [Google Tag Manager](https://tagmanager.google.com) track events. | ||
A tiny (1KB gzip), type-safe and zero-dependency solution for triggering [Google Tag Manager](https://tagmanager.google.com) track events. | ||
@@ -9,0 +9,0 @@ It's designed for applications that need to trigger a lot of track events, and it solves common problems like writing similar events multiple times, managing "global" event properties, and debugging track events. This solution is framework agnostic and configurable, so it's probably the only solution you need for your web application for triggering track events. |
@@ -35,2 +35,3 @@ /** @type {import('semantic-release').GlobalConfig} */ | ||
message: 'chore(release): v${nextRelease.version}', | ||
assets: ['CHANGELOG.md'], | ||
}, | ||
@@ -37,0 +38,0 @@ ], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1807763
2071