Skip to content

Commit

Permalink
docs(changelog): updated by Nate Fischer [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nfischer committed Jun 8, 2018
1 parent 1ce9aab commit d97f98c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,28 @@
# Change Log

## [Unreleased](https://github.com/shelljs/shx/tree/HEAD)

[Full Changelog](https://github.com/shelljs/shx/compare/v0.2.2...HEAD)

**Closed issues:**

- Ship shx with shelljs@v0.8 [\#125](https://github.com/shelljs/shx/issues/125)
- Support executables [\#124](https://github.com/shelljs/shx/issues/124)
- Discuss: popd/pushd workarounds [\#121](https://github.com/shelljs/shx/issues/121)
- Feature request: date [\#120](https://github.com/shelljs/shx/issues/120)
- Fails trying to utilise the new script-shell npm config [\#117](https://github.com/shelljs/shx/issues/117)
- Refactor: consider using process.exitCode [\#116](https://github.com/shelljs/shx/issues/116)
- Add node v8 to CI [\#114](https://github.com/shelljs/shx/issues/114)
- can we use this without the `shx` prefix? [\#113](https://github.com/shelljs/shx/issues/113)
- Command substitution feature [\#112](https://github.com/shelljs/shx/issues/112)

**Merged pull requests:**

- feat: bump shelljs to expose new features [\#126](https://github.com/shelljs/shx/pull/126) ([nfischer](https://github.com/nfischer))
- fix: use process.exitCode to wait for streams [\#123](https://github.com/shelljs/shx/pull/123) ([nfischer](https://github.com/nfischer))
- Add workaround for pushd and popd to README [\#122](https://github.com/shelljs/shx/pull/122) ([eteeselink](https://github.com/eteeselink))
- Add node 8 to CI [\#115](https://github.com/shelljs/shx/pull/115) ([freitagbr](https://github.com/freitagbr))

## [v0.2.2](https://github.com/shelljs/shx/tree/v0.2.2) (2017-01-08)
[Full Changelog](https://github.com/shelljs/shx/compare/v0.2.1...v0.2.2)

Expand Down

0 comments on commit d97f98c

Please sign in to comment.