Skip to content

Commit 23c85a0

Browse files
committed
chore(release): 2.1.4
1 parent 8c2d55b commit 23c85a0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.1.4](https://github.com/bacali95/ngx-json-table/compare/v2.1.3...v2.1.4) (2025-03-02)
6+
7+
8+
### Code Refactoring
9+
10+
* replace lodash with native structuredClone for deep cloning ([8c2d55b](https://github.com/bacali95/ngx-json-table/commit/8c2d55b996482d2a5b3700597ca6a4e8bd7c58bd))
11+
512
### [2.1.3](https://github.com/bacali95/ngx-json-table/compare/v2.1.2...v2.1.3) (2025-03-02)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-json-table",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Show and edit a JSON object using HTML table.",
55
"repository": {
66
"url": "https://github.com/bacali95/ngx-json-table.git",

projects/ngx-json-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-json-table",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Show and edit a JSON object using HTML table.",
55
"repository": {
66
"url": "https://github.com/bacali95/ngx-json-table.git",

0 commit comments

Comments
 (0)