cz-gitmoji-changelog
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "cz-gitmoji-changelog", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Commitizen adapter following the Gitmoji format.", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"gitmoji-commit-types": "^1.1.0", | ||
"gitmoji-commit-types": "^1.2.1", | ||
"lodash.map": "^4.6.0", | ||
@@ -22,3 +22,4 @@ "longest": "^2.0.1", | ||
"commit": "git-cz", | ||
"semantic-release": "semantic-release pre && yarn publish && semantic-release post" | ||
"semantic-release": "semantic-release pre && yarn publish && semantic-release post", | ||
"test": "echo 'Tests need to be setup!'" | ||
}, | ||
@@ -25,0 +26,0 @@ "repository": { |
@@ -6,3 +6,4 @@ # cz-gitmoji-changelog | ||
[![npm downloads](https://img.shields.io/npm/dm/cz-gitmoji-changelog.svg?style=flat-square)](http://npm-stat.com/charts.html?package=cz-gitmoji-changelog&from=2015-08-01) | ||
[![Build Status](https://travis-ci.org/wldcordeiro/cz-gitmoji-changelog.svg?branch=master)](https://travis-ci.org/wldcordeiro/cz-gitmoji-changelog) | ||
A [commitizen](https://github.com/commitizen/cz-cli) adapter. Prompts for [Gitmoji changelog](https://gitmoji.carloscuesta.me/). |
5092
6
9
Updatedgitmoji-commit-types@^1.2.1