Skip to content

Commit 4ad6b49

Browse files
update release version
1 parent ecee5ab commit 4ad6b49

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ const params = createURLParams(
153153

154154
Remove nullable/empty values in object
155155

156+
[DEMO](https://stackblitz.com/edit/typescript-hidjfj?file=index.html)
157+
156158
<details>
157159
<summary>Options</summary>
158160

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idapgroup/js-object-utils",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"description": "Javascript functions for transform or mutate object",
55
"main": "build/main/index.js",
66
"module": "build/module/index.js",

0 commit comments

Comments
 (0)