Skip to content

Commit

Permalink
chore(release): 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sozonome committed Apr 28, 2022
1 parent 93c3f82 commit 8ee2a6f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.4](https://github.com/sozonome/spoker/compare/v1.6.3...v1.6.4) (2022-04-28)


### Features

* **room:** switch input with auto resize textarea for name and description ([#83](https://github.com/sozonome/spoker/issues/83)) ([93c3f82](https://github.com/sozonome/spoker/commit/93c3f82c74e253ff1a3c9caf106d4ca2174798ae))


### Improvements

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

### [1.6.3](https://github.com/sozonome/spoker/compare/v1.6.2...v1.6.3) (2022-04-27)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spoker",
"version": "1.6.3",
"version": "1.6.4",
"private": true,
"author": "sozonome",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"type-check": "tsc --noEmit",
"format": "prettier --write src",
"release": "cross-env HUSKY=0 standard-version",
"push-release": "git push --follow-tags origin main",
"push-release": "git push --follow-tags origin dev",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"up": "yarn upgrade-interactive",
Expand Down

0 comments on commit 8ee2a6f

Please sign in to comment.