diff --git a/.changeset/slow-groups-find.md b/.changeset/slow-groups-find.md deleted file mode 100644 index 798aaed72..000000000 --- a/.changeset/slow-groups-find.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ctx": minor ---- - -Add CTX AI context engine to generate and maintain lingo-context.md diff --git a/demo/ctx/CHANGELOG.md b/demo/ctx/CHANGELOG.md new file mode 100644 index 000000000..791f3f876 --- /dev/null +++ b/demo/ctx/CHANGELOG.md @@ -0,0 +1,7 @@ +# ctx + +## 1.1.0 + +### Minor Changes + +- [#2061](https://github.com/lingodotdev/lingo.dev/pull/2061) [`cee3eb8`](https://github.com/lingodotdev/lingo.dev/commit/cee3eb86550ca4905fc99fe90786fb7523288a61) Thanks [@Bhavya031](https://github.com/Bhavya031)! - Add CTX AI context engine to generate and maintain lingo-context.md diff --git a/demo/ctx/package.json b/demo/ctx/package.json index 1d5f33cc7..2a4f81cd9 100644 --- a/demo/ctx/package.json +++ b/demo/ctx/package.json @@ -1,6 +1,6 @@ { "name": "ctx", - "version": "1.0.0", + "version": "1.1.0", "type": "module", "bin": { "ctx": "./agent.ts"