Comparing version 1.1.0 to 1.1.1
@@ -1,6 +0,6 @@ | ||
# [1.1.0](https://github.com/shadiabuhilal/rtl-detect/compare/v1.0.0...v1.1.0) (2023-10-24) | ||
## [1.1.1](https://github.com/shadiabuhilal/rtl-detect/compare/v1.1.0...v1.1.1) (2023-10-24) | ||
### Features | ||
### Bug Fixes | ||
* fix semantic release ([25e3c0a](https://github.com/shadiabuhilal/rtl-detect/commit/25e3c0a0c93a42e3503faa293f07492a0c42c367)) | ||
* **filename:** fix CHANGELOG.md to generate logs automatically ([9f77280](https://github.com/shadiabuhilal/rtl-detect/commit/9f7728062d9b12ba9e41a1db16ee17acd176f0ef)) |
{ | ||
"name": "rtl-detect", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Library will help you to detect if the locale is right-to-left language.", | ||
@@ -9,3 +9,4 @@ "main": "index.js", | ||
"pretest": "npm run lint", | ||
"test": "jest --coverage" | ||
"test": "jest --coverage", | ||
"commit": "git-cz" | ||
}, | ||
@@ -49,6 +50,13 @@ "jest": { | ||
"@semantic-release/release-notes-generator": "^12.0.0", | ||
"commitizen": "^4.3.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^7.26.0", | ||
"jest": "^26.6.3", | ||
"semantic-release": "^22.0.5" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |
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
26843
7