Skip to content

Commit

Permalink
chore(release): 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriz committed Jun 10, 2019
1 parent af0baf0 commit 4b9cabd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.1.2](https://github.com/dmitriz/cpsfy/compare/v3.1.1...v3.1.2) (2019-06-10)



### [3.1.1](https://github.com/dmitriz/cpsfy/compare/v3.1.0...v3.1.1) (2019-06-10)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "3.1.1",
"version": "3.1.2",
"name": "cpsfy",
"description": "Tiny goodies for Continuation-Passing-Style functions",
"main": "index.js",
Expand All @@ -15,7 +15,7 @@
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git pull --rebase && git push origin --all; git push origin --tags",
"release": "standard-version && git push --follow-tags && npm publish",
"release": "sync && standard-version && git push --follow-tags && npm publish",
"test": "npm run tape",
"ava": "TEST=ava ava test/*test.js",
"avaw": "TEST=ava nyc ava test/*test.js -w",
Expand Down

0 comments on commit 4b9cabd

Please sign in to comment.