Skip to content

Commit 29a6800

Browse files
Version Packages (#80)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4285f58 commit 29a6800

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

.changeset/early-mirrors-drive.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/lazy-eels-approve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @bryx-inc/ts-utils
22

3+
## 1.68.0
4+
5+
### Minor Changes
6+
7+
- 4285f58: - Make `WrappedMaybe<T>` methods chainable - `value()` renamed to `take()` - `takeIf` and `takeUnless` do not chain - chainable `if` and `unless` methods introduced
8+
- 4285f58: WrappedMaybe: allow optional mapping to be passed to `take`
9+
310
## 1.67.0
411

512
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bryx-inc/ts-utils",
3-
"version": "1.67.0",
3+
"version": "1.68.0",
44
"repository": "git@github.com:bryx-inc/ts-utils.git",
55
"author": "Tyler Holewinski <tyler.holewinski@bryx.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)