Skip to content

Commit

Permalink
v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 26, 2018
1 parent 615d098 commit 4b1aa94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.5.3] - 2018-07-26
* [Fix] [Deps] add missing `babel-plugin-transform-strict-mode` (#35)

## [2.5.2] - 2018-07-15
* [Fix] add strict mode for real
* [Docs] Update for ES2018
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-airbnb",
"version": "2.5.2",
"version": "2.5.3",
"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 4b1aa94

Please sign in to comment.