Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brianneisler committed Apr 13, 2021
1 parent b934d63 commit cecd34f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# CHANGELOG

## Release v0.2.2

- Update API docs
- Break AST parser out into separate module called firetree
- Bump node-notifier from 8.0.0 to 8.0.1
- Add .opensource. Install firetree.
- Bump node-fetch from 2.6.0 to 2.6.1

## Release v0.3.0

- Try switching to child_process fork to fix windows script test
- only wrap quotes around script path
- Try adding quotes to fix windows
- Another attempt at fixing windows script test
- Try again to fix windows
- Attempt to fix windows again
- Fix binary test on windows
- prettify md, yml and json files. Add nvm-guard. Fix error in integration test. Pretty docs.md after generating it.
- Add collapsing of small functions to help eliminate operation overhead and slight reduction in code size.
- Update docs
- Re-add setupContext method for programmatic usage. Upgrade firetree. Add export folders to allow for importing of subfolders. Add stdout support as a method of returning minified code.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ git push origin release/vX.X.X
git log --pretty="- %s" --no-merges origin/release/vX.X.X..release/vX.X.X >> CHANGELOG.md
```

git log --pretty="- %s" --no-merges origin/release/v0.2.2..release/v0.3.0 >> CHANGELOG.md

- Commit the changelog. Replace Xs with new version number.

```sh
Expand Down

0 comments on commit cecd34f

Please sign in to comment.