From 6283783af500a306bb43bbe7d67bf18ab9038ba1 Mon Sep 17 00:00:00 2001 From: Mohamed Achaq Date: Sun, 17 Mar 2024 13:29:34 +0000 Subject: [PATCH 1/2] chroe: fix the readme and docs --- README.md | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fac5f9..6c49dc7 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ const config = withRoutes( cwd(), './node_modules/@types/next-routes/index.d.ts', ), - utilsPath: path.resolve(cwd(), './lib.ts'), + utilsPath: path.resolve(cwd(), './lib/link.ts'), }, ); diff --git a/src/index.ts b/src/index.ts index b612b14..96acccc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -34,7 +34,7 @@ import { NextRoutesOptions } from './types'; * cwd(), * './node_modules/@types/next-routes/index.d.ts', * ), - * utilsPath: path.resolve(cwd(), './lib.ts'), + * utilsPath: path.resolve(cwd(), './lib/link.ts'), * }, * ); * From 712598b51302450e16f97a07e0cf68e335c1f38d Mon Sep 17 00:00:00 2001 From: Mohamed Achaq Date: Sun, 17 Mar 2024 13:30:07 +0000 Subject: [PATCH 2/2] chore: version pkg --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d8b54..ac3ba4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @triyanox/next-routes +## 0.1.3 + +### Patch Changes + +- Fix readme and docs + ## 0.1.2 ### Patch Changes diff --git a/package.json b/package.json index af65533..e6460f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@triyanox/next-routes", "description": "You will never have broken links in your Next.js app again", - "version": "0.1.2", + "version": "0.1.3", "publishConfig": { "access": "public" },