diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5d087..e0a18b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# Changelog +## Changelog + +### 3.0.0 + +- .d.ts generation re-write using a new technique I've been thinking about. The .d.ts files are not pretty. That's not a priority for me right now. ### 2.0.0 diff --git a/README.md b/README.md index 40e5283..27188af 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,7 @@ You could think of it as a smaller, more singular focused version of the mature ## Vision -This repo provides the APIs for building a codegen for framework authors, and the goal is not to provide a CLI for a generalized use-case. - -It is currently [available inside RedwoodJS](https://redwoodjs.com/docs/typescript/generated-types#experimental-sdl-code-generation) as an option for experimental SDL code generation. +This repo provides the APIs for building a codegen for framework authors or confident tool builders, and the goal is not to provide a CLI for a generalized use-case. ## Pipeline diff --git a/package.json b/package.json index 7c4e62e..bbc910b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sdl-codegen/node", - "version": "2.0.1", + "version": "3.0.0", "description": "GraphQL .d.ts file generation for SDL-first projects", "repository": { "type": "git",