Skip to content

Commit 58fb631

Browse files
committed
DEV-1174_Actualizar-ngx-jsonapi-a-Angular-17 auto-commit
1 parent 4e4f127 commit 58fb631

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
9+
## [2.4.0] - 2025-08-15
10+
11+
- Migrate to angular 17
12+
13+
714
## [2.3.1] - 2025-08-01
815

916
- Changed CircleCI to GitHub Action and command fix
1017

11-
## [Unreleased]
1218

1319
## [2.3.0-dev-test] - 2023-08-11
1420

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,5 @@
185185
"tsickle": "0.39.1",
186186
"tslib": "2.0.0"
187187
},
188-
"version": "2.3.1"
188+
"version": "2.4.0"
189189
}

projects/ngx-jsonapi-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-jsonapi",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "JSON API library for Angular",
55
"module": "ngx-jsonapi/@ngx-jsonapi/ngx-jsonapi.es5.js",
66
"es2015": "ngx-jsonapi/@ngx-jsonapi/ngx-jsonapi.js",

0 commit comments

Comments
 (0)