gtm-event-tracker
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -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 @@ |
module.exports = { | ||
extends: ['@commitlint/config-conventional'], | ||
ignores: [ | ||
(message) => message.includes('[skip ci]') | ||
] | ||
extends: ['@commitlint/config-conventional'] | ||
} |
@@ -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 @@ ], |
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
10956
181