diff options
| author | Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> | 2020-10-04 13:38:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-04 13:38:20 +0200 |
| commit | 175bd0d5bb123a99f7de91d6045a0a25f670dd65 (patch) | |
| tree | b9bdf29f7a9af9b9d1cfceb55d1ace265176bc9e /CHANGELOG.md | |
| parent | 6a541f4882e62bd37c37bb20962414d5e31d79a4 (diff) | |
| download | doxdocgen-175bd0d5bb123a99f7de91d6045a0a25f670dd65.tar.gz | |
Release 1.0.0 (#180)1.0.0
* Reenable: Add env-var to replace env var in template strings (#175)
* Release 1.0.0
* Add ls output to travis package step to see size of vsix
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e807ba..3f2cbe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [1.0.0] + +### Revert + +- Revert reverting Replace environment variables in templated strings. If no environment variable can be found the name of the variable will be inserted (#110) + +### Other + +- vsce packaging is forcing yarn even if no yarn config exists. Override this behavior now to use npm. + ## [0.8.2] ### Other |