From 3d9cf9293b7b361f2004d0a65d61086e6f2354b5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Feb 2020 19:56:19 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [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)) --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2fe7911 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 6251cb4..7d87f09 100644 --- a/package.json +++ b/package.json @@ -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",