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

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2018-12-25)

### Bug Fixes

* update invarant fn test ([7a57413](7a57413))
* **ramda:** change import for ramda ([ffe19db](ffe19db))
* **separate-words:** change default separator ([22535a4](22535a4))

### Features

* **commitizen:** cz-conventional-changelog ([d97825e](d97825e))
* add editor config ([9aa6647](9aa6647))
* **commitlint:** add commentlint config ([31615f8](31615f8))
* add icons in readme ([44e3938](44e3938))
* add index an index file to import all helpers ([8a62374](8a62374))
* add index.js ([4a85c1e](4a85c1e))
* BREAKING CHANGE fuilly refactored ([784c55e](784c55e))
* **eslintignore:** add lib and es directories ([bb16aa5](bb16aa5))
* **husky:** add husky config ([4821f27](4821f27))
* **package.json:** add clean script ([cbe1ea0](cbe1ea0))
* **roolup:** add rollup config ([37b89e6](37b89e6))
* **scripts:** add init script ([ac3f4c5](ac3f4c5))
* **yarn:** add yarn.lock ([20b7d14](20b7d14))
  • Loading branch information
semantic-release-bot committed Dec 25, 2018
1 parent 784c55e commit c6d23de
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# [1.1.0](https://github.com/typographist/core/compare/v1.0.0...v1.1.0) (2018-12-25)


### Bug Fixes

* update invarant fn test ([7a57413](https://github.com/typographist/core/commit/7a57413))
* **ramda:** change import for ramda ([ffe19db](https://github.com/typographist/core/commit/ffe19db))
* **separate-words:** change default separator ([22535a4](https://github.com/typographist/core/commit/22535a4))


### Features

* **commitizen:** cz-conventional-changelog ([d97825e](https://github.com/typographist/core/commit/d97825e))
* add editor config ([9aa6647](https://github.com/typographist/core/commit/9aa6647))
* **commitlint:** add commentlint config ([31615f8](https://github.com/typographist/core/commit/31615f8))
* add icons in readme ([44e3938](https://github.com/typographist/core/commit/44e3938))
* add index an index file to import all helpers ([8a62374](https://github.com/typographist/core/commit/8a62374))
* add index.js ([4a85c1e](https://github.com/typographist/core/commit/4a85c1e))
* BREAKING CHANGE fuilly refactored ([784c55e](https://github.com/typographist/core/commit/784c55e))
* **eslintignore:** add lib and es directories ([bb16aa5](https://github.com/typographist/core/commit/bb16aa5))
* **husky:** add husky config ([4821f27](https://github.com/typographist/core/commit/4821f27))
* **package.json:** add clean script ([cbe1ea0](https://github.com/typographist/core/commit/cbe1ea0))
* **roolup:** add rollup config ([37b89e6](https://github.com/typographist/core/commit/37b89e6))
* **scripts:** add init script ([ac3f4c5](https://github.com/typographist/core/commit/ac3f4c5))
* **yarn:** add yarn.lock ([20b7d14](https://github.com/typographist/core/commit/20b7d14))

0 comments on commit c6d23de

Please sign in to comment.