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

@commitlint/config-angular

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/config-angular - npm Package Compare versions

Comparing version 5.0.1 to 5.1.1

19

CHANGELOG.md

@@ -6,2 +6,21 @@ # Change Log

<a name="5.1.1"></a>
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)
**Note:** Version bump only for package @commitlint/config-angular
<a name="5.1.0"></a>
# [5.1.0](https://github.com/marionebl/commitlint/compare/v5.0.2...v5.1.0) (2017-11-24)
### Features
* **travis-cli:** add reusable travis command line interface ([3e6e6a8](https://github.com/marionebl/commitlint/commit/3e6e6a8))
<a name="5.0.1"></a>

@@ -8,0 +27,0 @@ ## [5.0.1](https://github.com/marionebl/commitlint/compare/v5.0.0...v5.0.1) (2017-11-19)

8

package.json
{
"name": "@commitlint/config-angular",
"version": "5.0.1",
"version": "5.1.1",
"description": "Shareable commitlint config enforcing the angular commit convention",

@@ -8,3 +8,3 @@ "scripts": {

"deps": "dep-check",
"lint": "npx xo",
"lint": "xo",
"start": "exit 0",

@@ -31,7 +31,7 @@ "test": "exit 0"

"devDependencies": {
"@commitlint/utils": "^5.0.1"
"@commitlint/utils": "^5.1.1"
},
"dependencies": {
"@commitlint/config-angular-type-enum": "^5.0.1"
"@commitlint/config-angular-type-enum": "^5.1.1"
}
}

@@ -8,2 +8,6 @@ > Lint your commits, angular-style

|:warning:| |
|:-------:|--|
| **IMPORTANT** | As of version 5.0.0 of this package the `chore` type is no longer allowed. This breaks compat with most of the tooling present in the conventional-changelog community. See [config-conventional](../config-conventional) for a replacement that retains compatibility. |
## Getting started

@@ -10,0 +14,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