Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aajanki committed Oct 9, 2024
1 parent 0ea06a1 commit 295dc07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Version 0.2.0 - 2024-10-09

- Reduce cases where maps are needlessly split off into assign statements
- Accept (but ignore) "declare function"
- Implemented Array.isArray()
- Fixes to type annotations
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts2workflows",
"version": "0.1.0",
"version": "0.2.0",
"description": "Transpile Typescript code to GCP Workflows programs",
"homepage": "https://github.com/aajanki/ts2workflows",
"repository": {
Expand Down

0 comments on commit 295dc07

Please sign in to comment.