Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.7...v1.2.0) (2020-02-16)

### Bug Fixes

* **deps:** add semantic release plugins; ([be22328](be22328))
* **deps:** add semantic release plugins; ([62f987c](62f987c))
* **readme:** lost a line during edits; ([80a6414](80a6414))
* **readme:** reword a bit; ([002b9e8](002b9e8))
* **readme:** typo; ([e5567f5](e5567f5))

### Features

* add npm cnb to benchmarking (useful for development) ([ec7706c](ec7706c))
* benchmarks now are way simpler; ([340167b](340167b))
* bring in the eslint; ([f6ad0d5](f6ad0d5))
* jest config moved to separate file; ([dddeb73](dddeb73))
* put versioning under semantic release control. ([e26be38](e26be38))
* rework the method, now it works faster on most cases + now it does not emit most of eslint errors; ([a884d61](a884d61))
  • Loading branch information
semantic-release-bot committed Feb 16, 2020
1 parent be22328 commit 3d9cf92
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# [1.2.0](https://github.com/xobotyi/cnbuilder/compare/v1.1.7...v1.2.0) (2020-02-16)


### Bug Fixes

* **deps:** add semantic release plugins; ([be22328](https://github.com/xobotyi/cnbuilder/commit/be2232809e601e60772a8296e663bb9ab3c9047c))
* **deps:** add semantic release plugins; ([62f987c](https://github.com/xobotyi/cnbuilder/commit/62f987ca2c4cd42accf60b8bc87b30ba388526ab))
* **readme:** lost a line during edits; ([80a6414](https://github.com/xobotyi/cnbuilder/commit/80a641437d153a8d098dfaa797b6400bee1984c8))
* **readme:** reword a bit; ([002b9e8](https://github.com/xobotyi/cnbuilder/commit/002b9e8d7e823b8b9d5605627dd71b8b64c7cd91))
* **readme:** typo; ([e5567f5](https://github.com/xobotyi/cnbuilder/commit/e5567f584b18b6f42ec0a75739c41193a9229577))


### Features

* add npm cnb to benchmarking (useful for development) ([ec7706c](https://github.com/xobotyi/cnbuilder/commit/ec7706ce129a7338f046bb3e45457c64d08801e6))
* benchmarks now are way simpler; ([340167b](https://github.com/xobotyi/cnbuilder/commit/340167b2a8d8300f29e3e17fd5637d1efa1da60e))
* bring in the eslint; ([f6ad0d5](https://github.com/xobotyi/cnbuilder/commit/f6ad0d50bfbd933a67986c044738ad84df5840d9))
* jest config moved to separate file; ([dddeb73](https://github.com/xobotyi/cnbuilder/commit/dddeb73d22d65fb4eed9472dce053c6120419a62))
* put versioning under semantic release control. ([e26be38](https://github.com/xobotyi/cnbuilder/commit/e26be38f1d5aae203d43e624c05a36a3cb72fa3e))
* rework the method, now it works faster on most cases + now it does not emit most of eslint errors; ([a884d61](https://github.com/xobotyi/cnbuilder/commit/a884d617103d9266d19a507e60097b55a0073b0f))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cnbuilder",
"description": "Yet another classname string builder (the fastest one)",
"version": "0.0.0-development",
"version": "1.2.0",
"main": "dist/cnbuilder.js",
"module": "dist/cnbuilder.esm.js",
"esnext": "dist/cnbuilder.next.esm.js",
Expand Down

0 comments on commit 3d9cf92

Please # to comment.