Skip to content

Commit

Permalink
HTSFA-863 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
bburgerHCAP authored May 6, 2024
1 parent c5917a2 commit 7322ab1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions projects/angular-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="6.3.3"></a>

# 6.3.3 (2024-05-06)

- Add support for Node v16.

<a name="6.3.2"></a>

# 6.3.2 (2024-04-26)
Expand Down
6 changes: 3 additions & 3 deletions projects/angular-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hopper-cloud-airlines/angular-sdk",
"version": "6.3.2",
"version": "6.3.3",
"license": "Apache-2.0",
"author": {
"name": "HTS - Airlines Team",
Expand All @@ -16,17 +16,17 @@
"@angular/platform-browser-dynamic": ">=15.2.9",
"@angular/flex-layout": ">=15.0.0-beta.42",
"@ngx-translate/core": ">=14.0.0",
"@datadog/browser-logs": "^5.5.0",
"rxjs": ">=7.5.6"
},
"dependencies": {
"@datadog/browser-logs": "^5.5.0",
"tslib": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git@github.com:hopper/hc-airlines-angular.git"
},
"engines": {
"node": ">=18 <20"
"node": ">=16 <20"
}
}

0 comments on commit 7322ab1

Please sign in to comment.