Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
update changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Jan 10, 2017
1 parent 70ac702 commit 4ce9dd4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v1.1.8 (2017-01-10)

### :bug: Bug Fix

- debug: Transformations before logs. ([#128](https://github.com/babel/babel-preset-env/pull/128)) (@yavorsky)

Makes sure that all transformations on `targets` (such as `exclude`/`include`) are run before logging out with the `debug` option. Fixes ([#127](https://github.com/babel/babel-preset-env/issues/127)))

### :house: Internal

- remove unnecessary extension. ([#131](https://github.com/babel/babel-preset-env/pull/131)) (@roman-yakobnyuk)
- Include yarn.lock and update CI. ([#124](https://github.com/babel/babel-preset-env/pull/124)) (@existentialism)

## v1.1.7 (2017-01-09)

Had a publishing issue in the previous release.

## v1.1.6 (2017-01-06)

### :bug: Bug Fix
Expand Down

0 comments on commit 4ce9dd4

Please sign in to comment.