Skip to content

Commit

Permalink
feat: Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Nov 23, 2024
1 parent 953d0b8 commit 2bb116a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2bb116a

Please sign in to comment.