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

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
### [1.6.1](v1.6.0...v1.6.1) (2021-01-27)

### Code Refactoring

* fix eslint errors ([264660a](264660a))

### Documentation

* regenerate changelog with conventionalcommits preset ([6a10a5d](6a10a5d))

### Miscellaneous Chores

* **eslint:** improve config ([1bebc3d](1bebc3d))
* **semantic-release:** improve configuration ([6df1551](6df1551))
* **vscode:** use typescript from node_modules ([5110230](5110230))
* upgrade dependenecies ([25d23a9](25d23a9))
  • Loading branch information
semantic-release-bot committed Jan 27, 2021
1 parent 6df1551 commit c714d3e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -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))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c714d3e

Please sign in to comment.