From 5d2aada392499d3f166ea2527cdc0590146c574c Mon Sep 17 00:00:00 2001 From: kiliman Date: Tue, 7 Jun 2022 15:10:15 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Deploy=20v0.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dace8d8..07acc94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v0.4.3 + +- 🐛 Use correct path for index routes [#13](https://github.com/kiliman/remix-flat-routes/issues/13) + ## v0.4.2 - 🐛 Fix params with trailing slash [#11](https://github.com/kiliman/remix-flat-routes/issues/11) diff --git a/package.json b/package.json index 257175d..b54c0bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-flat-routes", - "version": "0.4.2", + "version": "0.4.3", "description": "Package for generating routes using flat convention", "main": "dist/index.js", "bin": {