Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](streamich/git-cz@v3.2.1...v4.0.0) (2020-01-16)

### Bug Fixes

* πŸ› Adhere to lerna settings for workspaces directory ([4151235](streamich@4151235)), closes [#85](streamich#85)
* πŸ› fixes autocomplete prompt import ([91226ba](streamich@91226ba))
* πŸ› fixes scope's empty string answer issue ([53dd466](streamich@53dd466))
* πŸ› make semantic-release publish to NPM ([6f5c836](streamich@6f5c836))
* πŸ› simplify semantic-release config ([3872978](streamich@3872978))
* remove emojis when disableEmoji is true ([62915be](streamich@62915be))

### Continuous Integration

* 🎑 remove NPM semantic-release plugin for on release ([a9f23eb](streamich@a9f23eb))

### Features

* 🎸 adds a feature to search for types ([f8c3452](streamich@f8c3452))
* 🎸 adds git hooks support ([80176cd](streamich@80176cd)), closes [#79](streamich#79)
* 🎸 adds scope search in scopes question ([70bf18b](streamich@70bf18b))

### BREAKING CHANGES

* 🧨 Release new major
  • Loading branch information
semantic-release-bot committed Jan 16, 2020
1 parent a9f23eb commit 298e69c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# [4.0.0](https://github.com/streamich/git-cz/compare/v3.2.1...v4.0.0) (2020-01-16)


### Bug Fixes

* πŸ› Adhere to lerna settings for workspaces directory ([4151235](https://github.com/streamich/git-cz/commit/415123502b5f00e3988fc49b4643c945f91185e3)), closes [#85](https://github.com/streamich/git-cz/issues/85)
* πŸ› fixes autocomplete prompt import ([91226ba](https://github.com/streamich/git-cz/commit/91226ba829723ebd15afec52eaf53bb8cc64e210))
* πŸ› fixes scope's empty string answer issue ([53dd466](https://github.com/streamich/git-cz/commit/53dd4667be95b1f28e13a8aeb203b1a2c8762ccb))
* πŸ› make semantic-release publish to NPM ([6f5c836](https://github.com/streamich/git-cz/commit/6f5c836256bc893b3e2a7e3b141842e03a790c4e))
* πŸ› simplify semantic-release config ([3872978](https://github.com/streamich/git-cz/commit/387297890a597fd1ad2456e8948ac12fabc4bcb9))
* remove emojis when disableEmoji is true ([62915be](https://github.com/streamich/git-cz/commit/62915be714fc9628c4dba06e37c59f4212e5a532))


### Continuous Integration

* 🎑 remove NPM semantic-release plugin for on release ([a9f23eb](https://github.com/streamich/git-cz/commit/a9f23eb96e45f8dba124a674bdf1c742fe51385e))


### Features

* 🎸 adds a feature to search for types ([f8c3452](https://github.com/streamich/git-cz/commit/f8c34521228460ffa72912012585acdbb6e40286))
* 🎸 adds git hooks support ([80176cd](https://github.com/streamich/git-cz/commit/80176cd3735c6a8988335964cfb6dbbaccce4703)), closes [#79](https://github.com/streamich/git-cz/issues/79)
* 🎸 adds scope search in scopes question ([70bf18b](https://github.com/streamich/git-cz/commit/70bf18bb02881e2c566cfa8a1cb1af20d59b2af2))


### BREAKING CHANGES

* 🧨 Release new major

## [3.2.1](https://github.com/streamich/git-cz/compare/v3.2.0...v3.2.1) (2019-07-01)


Expand Down

0 comments on commit 298e69c

Please sign in to comment.