Skip to content

Commit

Permalink
version bump to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ascartabelli committed Mar 8, 2016
1 parent c5857f4 commit df6cb69
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ You can refer to the [changelog](#changelog) to see if your code is affected.

## <a name="changelog"></a> Changelog

- **v0.15.1 - *2016/03/08***
- **Fully compatible with version 0.15.0**
- Minor performance improvements

- **v0.15.0 - *2016/03/03***
- **API change:** changed `insert` and `sorter`
- Added `invokerOn`, `sort`, `sorterDesc` and `sortWith`
Expand Down
4 changes: 2 additions & 2 deletions dist/lamb.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @overview lamb - A lightweight, and docile, JavaScript library to help embracing functional programming.
* @author Andrea Scartabelli <andrea.scartabelli@gmail.com>
* @version 0.15.0
* @version 0.15.1
* @module lamb
* @license MIT
* @preserve
Expand All @@ -18,7 +18,7 @@
* @category Core
* @type String
*/
lamb._version = "0.15.0";
lamb._version = "0.15.1";

// alias used as a placeholder argument for partial application
var _ = lamb;
Expand Down
Loading

0 comments on commit df6cb69

Please sign in to comment.