diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae2d47..793de7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.2](https://github.com/trixtateam/phoenix-to-redux/compare/v1.2.1...v1.2.2) (2024-02-08) + + +### Bug Fixes + +* socket params is not a function ([80d8fe9](https://github.com/trixtateam/phoenix-to-redux/commit/80d8fe99d6c4aa3aa50505bbe2446a2811f65267)) +* socket params is not a function ([b87c7f1](https://github.com/trixtateam/phoenix-to-redux/commit/b87c7f1c768995094d78b702d235233123bf0857)) + ## [1.2.1](https://github.com/trixtateam/phoenix-to-redux/compare/v1.2.0...v1.2.1) (2023-08-17) diff --git a/package.json b/package.json index 8f333bc..c27d7e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trixtateam/phoenix-to-redux", - "version": "1.2.2-beta.1", + "version": "1.2.2", "publishConfig": { "access": "public" },