Skip to content

Commit 713f67e

Browse files
Merge pull request #209 from NaverPayDev/changeset-release/main
πŸš€ version changed packages
2 parents 6cb9e7c + 9f20879 commit 713f67e

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

β€Ž.changeset/add-noop-function.mdβ€Ž

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

β€Ž.changeset/clone-deep-class.mdβ€Ž

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

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @naverpay/hidash
22

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- cd303a1: feat: Add noop function
8+
9+
PR: [fix: feat: Add noop function](https://github.com/NaverPayDev/hidash/pull/207)
10+
11+
- cd303a1: Preserve class prototype chain in cloneDeep function
12+
13+
PR: [fix: Preserve class prototype chain in cloneDeep function](https://github.com/NaverPayDev/hidash/pull/204)
14+
315
## 0.1.11
416

517
### Patch Changes

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@naverpay/hidash",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"description": "improved lodash",
55
"sideEffects": false,
66
"files": [

0 commit comments

Comments
Β (0)