From 27698a74229fb8de39bd38d566068b30233ce7f2 Mon Sep 17 00:00:00 2001 From: ByungJoon Lee Date: Mon, 26 Feb 2024 01:46:50 +0900 Subject: [PATCH] chore(release): `2.3.0` > `2.4.0` --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef252f6..14827f2 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ The handling of the `default export` is an important issue, but many bundlers an You can change the `generation style` of the entire project by setting the `generation-style` option, or you can change the `generation style` of only certain files by adding the `@ctix-generation-style` inline comment at the top of the file. -- [In Depth Guide of the Generation Style](doc/IN_DEPTH_GEN_STYLE.md) +- [More about Generation Style](doc/IN_DEPTH_GEN_STYLE.md) ## More information diff --git a/package.json b/package.json index 44d9f43..006a7a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ctix", - "version": "2.3.0", + "version": "2.4.0", "description": "Automatic create index.ts file", "scripts": { "clean": "rimraf ./dist",