Skip to content

Commit

Permalink
chore(release): 1.22.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.22.0](v1.21.0...v1.22.0) (2022-06-09)

### Bug Fixes

* **Posts:** invert order when displaying comments ([f359b62](f359b62))

### Features

* handle better state mutations for comments ([bfa80ae](bfa80ae))
* handle comments in posts ([287a62e](287a62e))
* handle route change in dashboard ([2be4ee0](2be4ee0))
* **Posts:** create comments for posts ([1144d70](1144d70))
  • Loading branch information
semantic-release-bot committed Jun 9, 2022
1 parent b1c2af3 commit d3e2728
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.22.0](https://github.com/jkklapp/wsne/compare/v1.21.0...v1.22.0) (2022-06-09)


### Bug Fixes

* **Posts:** invert order when displaying comments ([f359b62](https://github.com/jkklapp/wsne/commit/f359b6222cf014061407336bf619e2b683f4f2b9))


### Features

* handle better state mutations for comments ([bfa80ae](https://github.com/jkklapp/wsne/commit/bfa80ae63680f30666f09366773488976c196339))
* handle comments in posts ([287a62e](https://github.com/jkklapp/wsne/commit/287a62e2527c3302ae9a8b3ce972e1ee4bb79153))
* handle route change in dashboard ([2be4ee0](https://github.com/jkklapp/wsne/commit/2be4ee060cf92452ad18e3a687cb09c3f12ae455))
* **Posts:** create comments for posts ([1144d70](https://github.com/jkklapp/wsne/commit/1144d704817e7f006e0147eec76034e20b2119b7))

# [1.21.0](https://github.com/jkklapp/wsne/compare/v1.20.2...v1.21.0) (2022-06-07)


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": "wsne",
"version": "1.21.0",
"version": "1.22.0",
"description": "",
"author": "",
"private": true,
Expand Down

0 comments on commit d3e2728

Please sign in to comment.