Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
jajaperson committed Feb 1, 2021
1 parent 42551c9 commit 40aa331
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [1.0.0] - 2021-02-01

### Add

- `b`: A curried binary composition function.
@@ -17,6 +19,5 @@ and this project adheres to
- Inline documentation with pseudohaskell type diagrams.
- README docs.

[unreleased]: https://github.com/{user}/{repo}/compare/{version}...HEAD

<!-- [{version}]: https://github.com/{user/{repo}/releases/tag/{version} -->
[unreleased]: https://github.com/jajaperson/copb/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/{user/{repo}/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/** Version of the package */
export const VERSION = "0.0.0";
export const VERSION = "1.0.0";
export const LICENSE = "MIT";

0 comments on commit 40aa331

Please sign in to comment.