Skip to content

Commit

Permalink
Add changelog, fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zerobias committed Dec 30, 2016
1 parent 65b910d commit a3f6e94
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dist
es
lib
.coveralls.yml

typings.json
.idea/
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.1.2

* fix readme by [@diedsmiling][] in [d3713d5][]
* up ramda version by [@zerobias][]

[@diedsmiling]: https://github.com/diedsmiling/
[d3713d5]: https://github.com/zerobias/ensue/commit/d3713d55bd3943a7544469fed1fc548d9816ef34

## =< 1.1.1

* First several working versions by [@zerobias][]

[@zerobias]: https://github.com/zerobias/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const checkLastId = [
]

//Make native function with ensue
const validator = P(checkLastId)
const validator = E(checkLastId)

function stateToProps(state) {
return {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ensue",
"version": "1.1.1",
"version": "1.1.2",
"description": "Function sequence (pipe) with nested arrays of sequences",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"author": "Zero Bias",
"license": "MIT",
"dependencies": {
"ramda": "^0.22.1"
"ramda": "^0.23.0"
},
"devDependencies": {
"babel-cli": "^6.16.0",
Expand Down

0 comments on commit a3f6e94

Please sign in to comment.