Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Upgarade version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snatvb committed Jun 1, 2019
1 parent c828caf commit 0f05ce6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Smoke test and really build to **Travis CI**.
- Labels of `npm`, `coverage`, `travis`.

[unreleased]: https://github.com/snatvb/monad-maniac/compare/v0.3.0...develop
[unreleased]: https://github.com/snatvb/monad-maniac/compare/v0.4.0...develop
[0.4.0]: https://github.com/snatvb/monad-maniac/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/snatvb/monad-maniac/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/snatvb/monad-maniac/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/snatvb/monad-maniac/compare/v0.0.1...v0.1.0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Documentation](http://mm.snatvb.ru)
* [Maybe](http://mm.snatvb.ru/modules/_maybe_.html)
* [Either](http://mm.snatvb.ru/modules/_either_.html)
* [IO](http://mm.snatvb.ru/modules/_io_.html)
- [Github](https://github.com/snatvb/monad-maniac)
- [NPM](https://www.npmjs.com/package/monad-maniac)

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": "monad-maniac",
"version": "0.3.0",
"version": "0.4.0",
"description": "monads with right rules",
"scripts": {
"ts:cjs": "yarn tsc -p ts/cjs.tsconfig.json",
Expand Down
Empty file modified scripts/build-docs
100644 → 100755
Empty file.

0 comments on commit 0f05ce6

Please sign in to comment.