Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goatslacker committed Jun 19, 2017
1 parent 98c9c1d commit 9410812
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,9 @@
# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.3.0] - 2017-06-19

* Switches from `babel-preset-es2015` to `babel-preset-env`.
Allows targeting of specific environments.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-airbnb",
"version": "2.2.3",
"version": "2.3.0",
"description": "A babel preset for transforming your JavaScript for Airbnb",
"main": "index.js",
"author": "Josh Perez <josh.perez@airbnb.com>",
Expand Down

0 comments on commit 9410812

Please sign in to comment.