Skip to content

Commit

Permalink
chore(release): 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinusnathaniel committed May 8, 2022
1 parent 2b98ba2 commit fe48d74
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.6.5](https://github.com/sozonome/spoker/compare/v1.6.4...v1.6.5) (2022-05-08)


### Features

* **room:** debounce for edit name & description ([#87](https://github.com/sozonome/spoker/issues/87)) ([964f76d](https://github.com/sozonome/spoker/commit/964f76d35f5ed922ee7254dca7d933bfe57bd567))
* **room:** switch input with auto resize textarea for name and description ([#83](https://github.com/sozonome/spoker/issues/83)) ([ed716d7](https://github.com/sozonome/spoker/commit/ed716d7c4d93f26f9eb0fca40565cf940f45f9ec))


### Improvements

* **room:** enable reset button for owner only ([#82](https://github.com/sozonome/spoker/issues/82)) ([48cd56e](https://github.com/sozonome/spoker/commit/48cd56e1598b89c2fec767f598a2b4583b3cb137))

## [1.7.0](https://github.com/sozonome/spoker/compare/v1.6.4...v1.7.0) (2022-05-08)


### Features

* **room:** debounce for edit name & description ([#87](https://github.com/sozonome/spoker/issues/87)) ([964f76d](https://github.com/sozonome/spoker/commit/964f76d35f5ed922ee7254dca7d933bfe57bd567))
* **room:** switch input with auto resize textarea for name and description ([#83](https://github.com/sozonome/spoker/issues/83)) ([ed716d7](https://github.com/sozonome/spoker/commit/ed716d7c4d93f26f9eb0fca40565cf940f45f9ec))


### Improvements

* **room:** enable reset button for owner only ([#82](https://github.com/sozonome/spoker/issues/82)) ([48cd56e](https://github.com/sozonome/spoker/commit/48cd56e1598b89c2fec767f598a2b4583b3cb137))

### [1.6.4](https://github.com/sozonome/spoker/compare/v1.6.3...v1.6.4) (2022-04-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spoker",
"version": "1.6.4",
"version": "1.6.5",
"private": true,
"author": "sozonome",
"scripts": {
Expand Down

0 comments on commit fe48d74

Please sign in to comment.