Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 15, 2018
1 parent 82f94a2 commit f438196
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.5.0] - 2018-06-15
* [New] transform ES5 property mutators
* [New/Fix] set "strict" to true (#31)
* [Deps] update `babel-preset-env`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-es2015-modules-commonjs`, `object.assign`

## [2.4.0] - 2017-06-28
* [New] Added an option to toggle debug mode (#18)

## [2.3.3] - 2017-06-20

* Switches from `babel-preset-es2015` to `babel-preset-env`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-airbnb",
"version": "2.4.0",
"version": "2.5.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 f438196

Please sign in to comment.