Skip to content

Commit

Permalink
fix: bump version (#373)
Browse files Browse the repository at this point in the history
Fixes #
  • Loading branch information
rix0rrr authored Jul 4, 2023
1 parent 601aa9d commit 1ab733a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/@cdklabs/tskb/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @cdklabs/tskb

Using TypeScript as a knowledge base
Using TypeScript as a knowledge base.
4 changes: 2 additions & 2 deletions packages/@cdklabs/typewriter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @cdklabs/typewriter

Write typed code.
Write code with an AST builder instead of string concatenation.

## Example

Expand All @@ -23,7 +23,7 @@ const renderer = new TypeScriptRenderer();
console.log(renderer.render(scope));
/**
* Prints:
*
*
* function myFunction(): void {
* return 1;
* }
Expand Down

0 comments on commit 1ab733a

Please sign in to comment.