diff --git a/.changeset/llms-txt-generation.md b/.changeset/llms-txt-generation.md deleted file mode 100644 index fbe4eeea..00000000 --- a/.changeset/llms-txt-generation.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"hyperbook": minor -"@hyperbook/types": minor ---- - -Add llms.txt file generation feature. When the `llms` property is set to `true` in hyperbook.json, a `llms.txt` file will be generated during build that combines all markdown files in order. The file includes the book name and version in the header. Pages and sections with `hide: true` are automatically excluded from the generated file. diff --git a/packages/hyperbook/CHANGELOG.md b/packages/hyperbook/CHANGELOG.md index 881fa4e9..30a58018 100644 --- a/packages/hyperbook/CHANGELOG.md +++ b/packages/hyperbook/CHANGELOG.md @@ -1,5 +1,11 @@ # hyperbook +## 0.63.0 + +### Minor Changes + +- [#1023](https://github.com/openpatch/hyperbook/pull/1023) [`ffe7e4b`](https://github.com/openpatch/hyperbook/commit/ffe7e4b037b6d50e13e52d555e81a599e0ab3bb7) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add llms.txt file generation feature. When the `llms` property is set to `true` in hyperbook.json, a `llms.txt` file will be generated during build that combines all markdown files in order. The file includes the book name and version in the header. Pages and sections with `hide: true` are automatically excluded from the generated file. + ## 0.62.0 ### Minor Changes diff --git a/packages/hyperbook/package.json b/packages/hyperbook/package.json index cff7fc87..59a93596 100644 --- a/packages/hyperbook/package.json +++ b/packages/hyperbook/package.json @@ -1,6 +1,6 @@ { "name": "hyperbook", - "version": "0.62.0", + "version": "0.63.0", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/hyperbook#readme", "license": "MIT", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 4cf700ff..fe689886 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperbook/types +## 0.18.0 + +### Minor Changes + +- [#1023](https://github.com/openpatch/hyperbook/pull/1023) [`ffe7e4b`](https://github.com/openpatch/hyperbook/commit/ffe7e4b037b6d50e13e52d555e81a599e0ab3bb7) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add llms.txt file generation feature. When the `llms` property is set to `true` in hyperbook.json, a `llms.txt` file will be generated during build that combines all markdown files in order. The file includes the book name and version in the header. Pages and sections with `hide: true` are automatically excluded from the generated file. + ## 0.17.0 ### Minor Changes diff --git a/packages/types/package.json b/packages/types/package.json index f2c6fb95..625b2458 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbook/types", - "version": "0.17.0", + "version": "0.18.0", "author": "Mike Barkmin", "homepage": "https://github.com/openpatch/hyperbook#readme", "license": "MIT",