Skip to content

Commit 1305533

Browse files
author
sukakkar
committed
v2.4.0
1 parent 69c80bf commit 1305533

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# unreleased
22

3-
- Include process.cwd while resolving module for view engine. It is possible that kraken-js module is deployed outside application root.
4-
- Use confit@3x
5-
63
# Release Notes
74

5+
kraken-js v2.4.0
6+
Released: 2021-11-23
7+
8+
## Changes
9+
10+
- Include process.cwd while resolving module for view engine. It is possible that kraken-js module is deployed outside application root. [Pull Request](https://github.com/krakenjs/kraken-js/pull/526)
11+
- Use confit@3x [Pull Request](https://github.com/krakenjs/kraken-js/pull/527)
12+
813
kraken-js v2.3.0
914
Released: 2020-02-04
1015

@@ -13,6 +18,8 @@ Released: 2020-02-04
1318
- deprecate domains
1419
- add onKrakenMount property; removed node v4, v6 and added node 10 in travis CI config (#514)
1520

21+
---
22+
1623
kraken-js v2.2.0
1724
Released: 2017-23-10
1825

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kraken-js",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "An express-based Node.js web application bootstrapping module.",
55
"keywords": [
66
"node.js",

0 commit comments

Comments
 (0)