Skip to content

Commit cade672

Browse files
committed
Release v1.14.1.
1 parent a9d2101 commit cade672

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## Unreleased
1+
## 1.14.1 (Nov 12, 2015)
22
- Changes [`Oolong.pickDeep`][pickDeep] to take an array of keys (`["a", "b",
3-
"c"]`) instead of a string with embedded periods (`a.b.c`).
3+
"c"]`) instead of a string with embedded periods (`a.b.c`).
4+
As using periods initially was a brain fluke noticed shortly after releasing
5+
v1.14, increasing only the patch version number.
46

57
## 1.14.0 (Nov 12, 2015)
68
- Adds [`Oolong.pick`][pick].

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oolong",
3-
"version": "1.14.0",
3+
"version": "1.14.1",
44
"description": "Utilities for objects. Simple, tasteful and plentiful. Supports inherited properties.",
55
"keywords": [
66
"functional",

0 commit comments

Comments
 (0)