Skip to content

Commit

Permalink
Merge branch 'release/5.3.0' into develop
Browse files Browse the repository at this point in the history
* release/5.3.0:
  Bump version and update CHANGELOG.md
  • Loading branch information
Couto committed Jul 3, 2015
2 parents 70e60af + 0156f51 commit 6b33020
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v5.3.0

* Merge [PR #79](https://github.com/babel/babel-loader/pull/79) - This should allow babel-loader to work with [enhanced-require](https://github.com/webpack/enhanced-require).

## v5.2.0

* Include `.babelrc` file into the `cacheIdentifier` if it exists
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel-loader",
"version": "5.2.2",
"version": "5.3.0",
"description": "babel module loader for webpack",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 6b33020

Please sign in to comment.