From 625a8a6d0eaf117116da4920e3af1a1e568f663b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Dec 2022 22:01:40 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/maxgfr/rn-simple-modal/compare/v1.0.0...v1.1.0) (2022-12-02) ### Bug Fixes * remove unsued code ([2bea556](https://github.com/maxgfr/rn-simple-modal/commit/2bea556022f252eb41c064dcaef6435a73cf725e)) ### Features * add config ([9cc7fd8](https://github.com/maxgfr/rn-simple-modal/commit/9cc7fd873b057f0bc08da6051bc2d0abf3abc838)) * add testing library ([5617d4e](https://github.com/maxgfr/rn-simple-modal/commit/5617d4e7f1daad7ddad5ff51e62b93ac5001ba72)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9860589..4bc832c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rn-simple-modal", - "version": "1.0.0", + "version": "1.1.0", "private": true, "scripts": { "build": "tsc",