Skip to content

Commit

Permalink
Bump version. Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Couto committed Jul 15, 2015
1 parent dc66b2a commit 9f117b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v5.3.1

* Merge [PR #85](https://github.com/babel/babel-loader/pull/85) - Don't override sourcemap if sourcesContent already exists.


## v5.3.1

* Merge [PR #82](https://github.com/babel/babel-loader/pull/82) - Fallback global options to empty object to avoid conflicts with object-assign polyfill.
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-loader",
"version": "5.3.1",
"version": "5.3.2",
"description": "babel module loader for webpack",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 9f117b5

Please sign in to comment.