From 5eb724ed4fafc0b9f7515a811b63d62a6acfc4b7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Dec 2022 19:15:49 +0000 Subject: [PATCH] chore(release): @trixtateam/phoenix-to-redux@v1.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75814d0..8051514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/trixtateam/phoenix-to-redux/compare/v1.1.0...v1.1.1) (2022-12-05) + + +### Bug Fixes + +* include missing imports ([79222c6](https://github.com/trixtateam/phoenix-to-redux/commit/79222c60aeeffaedfe27cfb621702ec7504c3897)) + # [1.1.0](https://github.com/trixtateam/phoenix-to-redux/compare/v1.0.2...v1.1.0) (2022-12-05) diff --git a/package.json b/package.json index f3fad6c..62144b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trixtateam/phoenix-to-redux", - "version": "1.1.0", + "version": "1.1.1", "publishConfig": { "access": "public" },