From 93064e47e5c9a888e3f7e0074dd943adced9a6c6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Feb 2024 17:00:52 +0000 Subject: [PATCH] chore(release): 9.6.1 [skip ci] ## [9.6.1](https://github.com/infinitered/ignite/compare/v9.6.0...v9.6.1) (2024-02-21) ### Bug Fixes * **boilerplate:** jest.config.js remove jsdom test env for better RNTL support out of box ([#2632](https://github.com/infinitered/ignite/issues/2632) by [@frankcalise](https://github.com/frankcalise)) ([22c7afc](https://github.com/infinitered/ignite/commit/22c7afc29397d013248c8b6c9025539f2d0afa12)) * **boilerplate:** remove `yarn prebuild` script in favor of clean ([#2635](https://github.com/infinitered/ignite/issues/2635) by [@frankcalise](https://github.com/frankcalise)) ([f669a32](https://github.com/infinitered/ignite/commit/f669a322bc728ec727106000c1e63b6092770beb)) * **boilerplate:** web hmr fixes ([#2646](https://github.com/infinitered/ignite/issues/2646) by [@frankcalise](https://github.com/frankcalise)) ([45aabb2](https://github.com/infinitered/ignite/commit/45aabb28766e35bdac710791da40114f894f364c)) * **cli:** Global Expo CLI checks in Doctor command ([#2618](https://github.com/infinitered/ignite/issues/2618) by @Dax911) ([d0b2b2d](https://github.com/infinitered/ignite/commit/d0b2b2df3241115609626fba5af10155ee9aa326)) * **components:** switch animation slide on web ([#2642](https://github.com/infinitered/ignite/issues/2642) by [@frankcalise](https://github.com/frankcalise)) ([c0dcc6d](https://github.com/infinitered/ignite/commit/c0dcc6da1f7c8286dfac8424e69dde6bf9f834d1)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c34e28c4b..70dc1f3ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ignite-cli", - "version": "9.6.0", + "version": "9.6.1", "description": "Infinite Red's hottest boilerplate for React Native.", "bin": { "ignite": "bin/ignite",