-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(changesets): bump package version (#2)
chore: bump package version Co-authored-by: Luke Morales <lukemorales@live.com>
- Loading branch information
1 parent
cb52cf1
commit 39409b7
Showing
7 changed files
with
16 additions
and
26 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# funkcia | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- [#1](https://github.com/lukemorales/funkcia/pull/1) [`b282555`](https://github.com/lukemorales/funkcia/commit/b282555994bbced63d12b581adc02081b3f85a16) Thanks [@lukemorales](https://github.com/lukemorales)! - Create `functions` module | ||
|
||
- [#1](https://github.com/lukemorales/funkcia/pull/1) [`b282555`](https://github.com/lukemorales/funkcia/commit/b282555994bbced63d12b581adc02081b3f85a16) Thanks [@lukemorales](https://github.com/lukemorales)! - Create `array` module with `pipe`able versions of native functions | ||
|
||
- [#1](https://github.com/lukemorales/funkcia/pull/1) [`b282555`](https://github.com/lukemorales/funkcia/commit/b282555994bbced63d12b581adc02081b3f85a16) Thanks [@lukemorales](https://github.com/lukemorales)! - Create `Either` constructor for dealing with computations that can either fail or succeed | ||
|
||
- [#1](https://github.com/lukemorales/funkcia/pull/1) [`04849d5`](https://github.com/lukemorales/funkcia/commit/04849d53954621d096f5b13eac5b920bdac29eab) Thanks [@lukemorales](https://github.com/lukemorales)! - Create `Option` constructor for dealing with optional values | ||
|
||
- [#1](https://github.com/lukemorales/funkcia/pull/1) [`b282555`](https://github.com/lukemorales/funkcia/commit/b282555994bbced63d12b581adc02081b3f85a16) Thanks [@lukemorales](https://github.com/lukemorales)! - Create `string` module with `pipe`able versions of native functions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "funkcia", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "", | ||
"author": "", | ||
"keywords": [], | ||
|