Skip to content

Commit

Permalink
chore(changesets): bump package version (#2)
Browse files Browse the repository at this point in the history
chore: bump package version

Co-authored-by: Luke Morales <lukemorales@live.com>
  • Loading branch information
github-actions[bot] and lukemorales authored Sep 11, 2023
1 parent cb52cf1 commit 39409b7
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-months-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-windows-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-garlics-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-ducks-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-jeans-do.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion package.json
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": [],
Expand Down

0 comments on commit 39409b7

Please sign in to comment.