Skip to content

Commit 4a27159

Browse files
committed
chore(release): 2.1.3
1 parent 504d225 commit 4a27159

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.3](https://github.com/bacali95/ngx-json-table/compare/v2.1.2...v2.1.3) (2025-03-02)
6+
7+
8+
### Documentation
9+
10+
* reorder README badges and title ([8123ab4](https://github.com/bacali95/ngx-json-table/commit/8123ab43bd71b1c4b847fc8cd02cfe0fc739567b))
11+
12+
13+
### Code Refactoring
14+
15+
* simplify property initialization with default values ([d140e23](https://github.com/bacali95/ngx-json-table/commit/d140e23f6a5e839c83ac2afa669abccf5814dbea))
16+
* standardize event naming and improve type safety across components ([42e9c53](https://github.com/bacali95/ngx-json-table/commit/42e9c53cf400aeeb09aae7ac8eccaab2ece0cc60))
17+
518
### [2.1.2](https://github.com/bacali95/ngx-json-table/compare/v2.1.1...v2.1.2) (2025-03-01)
619

720

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.2",
3+
"version": "2.1.3",
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.2",
3+
"version": "2.1.3",
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)