From c714d3e5534681edeb8860c774affdb85cdb6e5c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Jan 2021 20:26:30 +0000 Subject: [PATCH] chore(release): 1.6.1 [skip ci] ### [1.6.1](https://github.com/wtchnm/react-suggester/compare/v1.6.0...v1.6.1) (2021-01-27) ### Code Refactoring * fix eslint errors ([264660a](https://github.com/wtchnm/react-suggester/commit/264660a0efe258f5c556d6f028d61a713220e5f6)) ### Documentation * regenerate changelog with conventionalcommits preset ([6a10a5d](https://github.com/wtchnm/react-suggester/commit/6a10a5d0d9007edf1d973d3d27f1e27e1cdb003e)) ### Miscellaneous Chores * **eslint:** improve config ([1bebc3d](https://github.com/wtchnm/react-suggester/commit/1bebc3d68da1761a05d04c0401043e2f66efdde7)) * **semantic-release:** improve configuration ([6df1551](https://github.com/wtchnm/react-suggester/commit/6df1551c2b3f94a8fafe554e2a0b970a35fe1e7c)) * **vscode:** use typescript from node_modules ([5110230](https://github.com/wtchnm/react-suggester/commit/51102307597572c0d078ec02b6712dec17b4e966)) * upgrade dependenecies ([25d23a9](https://github.com/wtchnm/react-suggester/commit/25d23a97f26623cb771dea61171399ea45e0cf1b)) --- .size-snapshot.json | 18 +++++++++--------- CHANGELOG.md | 21 ++++++++++++++++++++- package.json | 2 +- 3 files changed, 30 insertions(+), 11 deletions(-) diff --git a/.size-snapshot.json b/.size-snapshot.json index 30e126b..1b223af 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -1,18 +1,18 @@ { "ReactSuggester.umd.js": { - "bundled": 10137, - "minified": 4249, - "gzipped": 1830 + "bundled": 10127, + "minified": 4233, + "gzipped": 1825 }, "ReactSuggester.cjs.js": { - "bundled": 9234, - "minified": 4630, - "gzipped": 1844 + "bundled": 9224, + "minified": 4614, + "gzipped": 1839 }, "ReactSuggester.esm.js": { - "bundled": 8736, - "minified": 4205, - "gzipped": 1762, + "bundled": 8726, + "minified": 4189, + "gzipped": 1760, "treeshaked": { "rollup": { "code": 14, diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b946d..0581d32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +### [1.6.1](https://github.com/wtchnm/react-suggester/compare/v1.6.0...v1.6.1) (2021-01-27) + + +### Code Refactoring + +* fix eslint errors ([264660a](https://github.com/wtchnm/react-suggester/commit/264660a0efe258f5c556d6f028d61a713220e5f6)) + + +### Documentation + +* regenerate changelog with conventionalcommits preset ([6a10a5d](https://github.com/wtchnm/react-suggester/commit/6a10a5d0d9007edf1d973d3d27f1e27e1cdb003e)) + + +### Miscellaneous Chores + +* **eslint:** improve config ([1bebc3d](https://github.com/wtchnm/react-suggester/commit/1bebc3d68da1761a05d04c0401043e2f66efdde7)) +* **semantic-release:** improve configuration ([6df1551](https://github.com/wtchnm/react-suggester/commit/6df1551c2b3f94a8fafe554e2a0b970a35fe1e7c)) +* **vscode:** use typescript from node_modules ([5110230](https://github.com/wtchnm/react-suggester/commit/51102307597572c0d078ec02b6712dec17b4e966)) +* upgrade dependenecies ([25d23a9](https://github.com/wtchnm/react-suggester/commit/25d23a97f26623cb771dea61171399ea45e0cf1b)) + ## [1.6.0](https://github.com/wtchnm/react-suggester/compare/v1.5.1...v1.6.0) (2021-01-15) @@ -133,4 +153,3 @@ * 'No suggestions' message is not being displayer on sync suggesters ([f70a06a](https://github.com/wtchnm/react-suggester/commit/f70a06a7c9db374734d142bf0ac52e95f819810a)) * inputs must always have labels ([b28c34a](https://github.com/wtchnm/react-suggester/commit/b28c34a5e47fce4c8238273f6436b4b20fda2fd8)) * remove unused forwarded ref ([c598037](https://github.com/wtchnm/react-suggester/commit/c598037673a49c2f124546974ea574189bb360ad)) - diff --git a/package.json b/package.json index 8832f62..6ab6c3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-suggester", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "main": "dist/ReactSuggester.cjs.js", "module": "dist/ReactSuggester.esm.js",