Skip to content

Commit 5ab6616

Browse files
authored
Release 0.0.36 (#224)
* Prepare release 0.0.36 * Regenerate llm-docs/changelog.md
1 parent 194d38e commit 5ab6616

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

llm-docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
Changes in this section are not yet released. If you need access to these changes before we cut a release, check out our `@main` NPM releases. Each commit on the main branch is [published to NPM](https://www.npmjs.com/package/grats?activeTab=versions) under the `main` tag.
66

7+
## 0.0.36
8+
9+
- **Breaking Changes**
10+
- Grats is now published as an ES module. If you were importing Grats using `require()`, you will need to switch to `import` or use a dynamic `import()`.
711
- **Features**
812
- The Grats npm package now includes an `llm-docs/` directory containing agent-friendly Markdown documentation. AI coding agents can use these docs to understand Grats' API and conventions without needing to access the website.
913

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grats",
3-
"version": "0.0.35",
3+
"version": "0.0.36",
44
"type": "module",
55
"main": "dist/src/index.js",
66
"bin": "dist/src/cli.js",

website/docs/07-changelog/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
Changes in this section are not yet released. If you need access to these changes before we cut a release, check out our `@main` NPM releases. Each commit on the main branch is [published to NPM](https://www.npmjs.com/package/grats?activeTab=versions) under the `main` tag.
66

7+
## 0.0.36
8+
9+
- **Breaking Changes**
10+
- Grats is now published as an ES module. If you were importing Grats using `require()`, you will need to switch to `import` or use a dynamic `import()`.
711
- **Features**
812
- The Grats npm package now includes an `llm-docs/` directory containing agent-friendly Markdown documentation. AI coding agents can use these docs to understand Grats' API and conventions without needing to access the website.
913

0 commit comments

Comments
 (0)