You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
1
# unreleased
2
2
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
-
6
3
# Release Notes
7
4
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
+
8
13
kraken-js v2.3.0
9
14
Released: 2020-02-04
10
15
@@ -13,6 +18,8 @@ Released: 2020-02-04
13
18
- deprecate domains
14
19
- add onKrakenMount property; removed node v4, v6 and added node 10 in travis CI config (#514)
0 commit comments