Skip to content

Commit

Permalink
chore(main): release 2.2.2 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zielak authored Jul 2, 2024
1 parent 556ca8c commit fa55269
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.1"
".": "2.2.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.2](https://github.com/Zielak/cardsGame/compare/v2.2.1...v2.2.2) (2024-07-02)


### Bug Fixes

* allow insecure websocket ([#111](https://github.com/Zielak/cardsGame/issues/111)) ([556ca8c](https://github.com/Zielak/cardsGame/commit/556ca8c39deff31171eb740fd93ab03ccae660fd))

## [2.2.1](https://github.com/Zielak/cardsGame/compare/v2.2.0...v2.2.1) (2024-06-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardsgame",
"version": "2.2.1",
"version": "2.2.2",
"private": true,
"type": "module",
"workspaces": [
Expand Down

0 comments on commit fa55269

Please sign in to comment.