Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gtm-event-tracker

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gtm-event-tracker - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.1.1](https://github.com/emkis/gtm-event-tracker/compare/v1.1.0...v1.1.1) (2022-03-24)
### Bug Fixes
* improve the release commit note ([278bc64](https://github.com/emkis/gtm-event-tracker/commit/278bc64c1a1aba5018f84fa04356326a05cd27d1))
# [1.1.0](https://github.com/emkis/gtm-event-tracker/compare/v1.0.0...v1.1.0) (2022-03-24)

@@ -2,0 +9,0 @@

5

commitlint.config.js
module.exports = {
extends: ['@commitlint/config-conventional'],
ignores: [
(message) => message.includes('[skip ci]')
]
extends: ['@commitlint/config-conventional']
}

2

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.1.0",
"version": "1.1.1",
"description": "A type-safe, reusable, and flexible way for triggering Google Tag Manager track events.",

@@ -8,0 +8,0 @@ "keywords": [

@@ -24,4 +24,3 @@ module.exports = {

assets: ['package.json', 'CHANGELOG.md'],
message:
'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
message: 'chore(release): v${nextRelease.version}',
}

@@ -28,0 +27,0 @@ ],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc