Skip to content

v0.33.3

Latest

Choose a tag to compare

@thescientist13 thescientist13 released this 03 Oct 13:46
· 30 commits to master since this release

Overview

This release fixes a bug with the location of the scaffolded types file when initializing a new Greenwood project and using TypeScript.

# npm
$ npm i -D @greenwood/cli@latest

# Yarn 1.x (classic)
$ yarn upgrade @greenwood/cli@latest --dev

# pnpm
$ pnpm i -D @greenwood/cli@latest

Changelog

https://github.com/ProjectEvergreen/greenwood/issues?q=label%3Av0.33.3

  1. bug(init): move init typescript types file to output src directory

Breaking Changes

N / A

Known Issues

N / A

Diff

v0.33.2...v0.33.3